diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-10-13 23:19:49 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-10-13 23:58:48 +0100 |
commit | d9dc6185d3596e2243dcbf257909f8cdb722e622 (patch) | |
tree | beb005c865292061b27dac372b36010fe0ef3116 /changelog.d | |
parent | Simplify `_locally_reject_invite` (diff) | |
download | synapse-d9dc6185d3596e2243dcbf257909f8cdb722e622.tar.xz |
changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8537.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8537.misc b/changelog.d/8537.misc new file mode 100644 index 0000000000..26309b5b93 --- /dev/null +++ b/changelog.d/8537.misc @@ -0,0 +1 @@ +Factor out common code between `RoomMemberHandler._locally_reject_invite` and `EventCreationHandler.create_event`. |