diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-05-18 12:17:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 12:17:04 -0400 |
commit | ac6bfcd52f03e9574324978f83a281cf35f4ea89 (patch) | |
tree | 19429a2cff5389f0611f907b694be28228a61705 /changelog.d | |
parent | Use a database table to hold the users that should have full presence sent to... (diff) | |
download | synapse-ac6bfcd52f03e9574324978f83a281cf35f4ea89.tar.xz |
Refactor checking restricted join rules (#10007)
To be more consistent with similar code. The check now automatically raises an AuthError instead of passing back a boolean. It also absorbs some shared logic between callers.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10007.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10007.feature b/changelog.d/10007.feature new file mode 100644 index 0000000000..2c655350c0 --- /dev/null +++ b/changelog.d/10007.feature @@ -0,0 +1 @@ +Experimental support to allow a user who could join a restricted room to view it in the spaces summary. |