diff options
author | Erik Johnston <erik@matrix.org> | 2015-11-26 11:17:57 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-11-26 11:17:57 +0000 |
commit | 17dd5071ef0ba43a544261f6ea7a58f9777b9805 (patch) | |
tree | 80bc4855c17a8dfd7d344e9fa56cfd321d6875db | |
parent | Fix SQL for postgres again (diff) | |
download | synapse-17dd5071ef0ba43a544261f6ea7a58f9777b9805.tar.xz |
Allow user to redact with an equal power
Users only need their power level to be equal to the redact level for them to be allowed to redact events.
-rw-r--r-- | synapse/api/auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py |