mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 19:47:05 +03:00
Merge branch 'develop' into application-services
This commit is contained in:
commit
c20281ee33
1 changed files with 0 additions and 4 deletions
|
@ -82,10 +82,6 @@ class PushRuleRestServlet(ClientV1RestServlet):
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def on_DELETE(self, request):
|
def on_DELETE(self, request):
|
||||||
spec = _rule_spec_from_path(request.postpath)
|
spec = _rule_spec_from_path(request.postpath)
|
||||||
try:
|
|
||||||
priority_class = _priority_class_from_spec(spec)
|
|
||||||
except InvalidRuleException as e:
|
|
||||||
raise SynapseError(400, e.message)
|
|
||||||
|
|
||||||
user, _ = yield self.auth.get_user_by_req(request)
|
user, _ = yield self.auth.get_user_by_req(request)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue