mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-13 02:29:26 -05:00
priority class now dealt with in namespaced rule_id
This commit is contained in:
parent
aaf50bf6f3
commit
a93fa42bce
@ -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 New Issue
Block a user