Skip to main content

Module push

Module push 

Source

Functionsยง

delete_pushrule_route ๐Ÿ”’
DELETE /_matrix/client/r0/pushrules/global/{kind}/{ruleId}
get_notifications_route ๐Ÿ”’
GET /_matrix/client/r0/notifications/
get_pushers_route ๐Ÿ”’
GET /_matrix/client/r0/pushers
get_pushrule_actions_route ๐Ÿ”’
GET /_matrix/client/r0/pushrules/global/{kind}/{ruleId}/actions
get_pushrule_enabled_route ๐Ÿ”’
GET /_matrix/client/r0/pushrules/global/{kind}/{ruleId}/enabled
get_pushrule_route ๐Ÿ”’
GET /_matrix/client/r0/pushrules/{scope}/{kind}/{ruleId}
get_pushrules_all_route ๐Ÿ”’
GET /_matrix/client/r0/pushrules/
get_pushrules_global_route ๐Ÿ”’
GET /_matrix/client/r0/pushrules/global/
recreate_push_rules_and_return ๐Ÿ”’
user somehow has bad push rules, these must always exist per spec. so recreate it and return server default silently
set_pushers_route ๐Ÿ”’
POST /_matrix/client/r0/pushers/set
set_pushrule_actions_route ๐Ÿ”’
PUT /_matrix/client/r0/pushrules/global/{kind}/{ruleId}/actions
set_pushrule_enabled_route ๐Ÿ”’
PUT /_matrix/client/r0/pushrules/global/{kind}/{ruleId}/enabled
set_pushrule_route ๐Ÿ”’
PUT /_matrix/client/r0/pushrules/global/{kind}/{ruleId}