mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-16 15:01:23 +01:00
priority class now dealt with in namespaced rule_id
This commit is contained in:
parent
aaf50bf6f3
commit
a93fa42bce
1 changed files with 0 additions and 4 deletions
|
@ -82,10 +82,6 @@ class PushRuleRestServlet(ClientV1RestServlet):
|
|||
@defer.inlineCallbacks
|
||||
def on_DELETE(self, request):
|
||||
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue