priority class now dealt with in namespaced rule_id

pull/52/head
David Baker 2015-02-05 15:45:16 +00:00
parent aaf50bf6f3
commit a93fa42bce
1 changed files with 0 additions and 4 deletions

View File

@ -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)