Skip to content
Snippets Groups Projects
Commit cd62981a authored by Erik Johnston's avatar Erik Johnston
Browse files

Revert spurious delete

parent 8d8834d3
No related branches found
No related tags found
No related merge requests found
......@@ -391,6 +391,10 @@ class EventCreationHandler(object):
if self._block_events_without_consent_error is None:
return
# exempt AS users from needing consent
if requester.app_service is not None:
return
user_id = requester.user.to_string()
# exempt the system notices user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment