mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-19 08:11:29 -05:00
Merge pull request #498 from matrix-org/push_rule_enabled_fix
Fix enabling & disabling push rules
This commit is contained in:
commit
8db451f652
@ -51,7 +51,7 @@ class PushRuleRestServlet(ClientV1RestServlet):
|
|||||||
content = _parse_json(request)
|
content = _parse_json(request)
|
||||||
|
|
||||||
if 'attr' in spec:
|
if 'attr' in spec:
|
||||||
self.set_rule_attr(requester.user, spec, content)
|
self.set_rule_attr(requester.user.to_string(), spec, content)
|
||||||
defer.returnValue((200, {}))
|
defer.returnValue((200, {}))
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user