diff options
author | Aaron Raimist <aaron@raim.ist> | 2021-09-21 05:23:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 10:23:34 +0000 |
commit | 6a751ff5e064bbb1fae2915e533031531c9d74e7 (patch) | |
tree | 45e5a9fe2b31d056809156dc60b15196a603bd3a /changelog.d | |
parent | GHA: reintroduce an env var for `$GITHUB_HEAD_REF` (#10659) (diff) | |
download | synapse-6a751ff5e064bbb1fae2915e533031531c9d74e7.tar.xz |
Allow sending a membership event to unban a user (#10807)
* Allow membership event to unban user Signed-off-by: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10807.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10807.bugfix b/changelog.d/10807.bugfix new file mode 100644 index 0000000000..be03f5c738 --- /dev/null +++ b/changelog.d/10807.bugfix @@ -0,0 +1 @@ +Allow sending a membership event to unban a user. Contributed by @aaronraimist. \ No newline at end of file |