diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-03-04 11:30:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-04 11:30:46 -0500 |
commit | 13892776ef7e0b1af2f82c9ca53f7bbd1c60d66f (patch) | |
tree | 8feb9bd4b45a2438030338984eda3dfbb4ed21d1 /changelog.d | |
parent | Read the room version from database when fetching events (#6874) (diff) | |
download | synapse-13892776ef7e0b1af2f82c9ca53f7bbd1c60d66f.tar.xz |
Allow deleting an alias if the user has sufficient power level (#6986)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6986.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6986.feature b/changelog.d/6986.feature new file mode 100644 index 0000000000..16dea8bd7f --- /dev/null +++ b/changelog.d/6986.feature @@ -0,0 +1 @@ +Users with a power level sufficient to modify the canonical alias of a room can now delete room aliases. |