diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-09-09 12:22:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-09 12:22:00 -0400 |
commit | 2ea1c682490a19e0e2df069702c1dbe419389fa4 (patch) | |
tree | 5b66ed708eb7d43362782262844e6e56d5d86b75 /changelog.d | |
parent | Fixup pusher pool notifications (#8287) (diff) | |
download | synapse-2ea1c682490a19e0e2df069702c1dbe419389fa4.tar.xz |
Remove some unused distributor signals (#8216)
Removes the `user_joined_room` and stops calling it since there are no observers. Also cleans-up some other unused signals and related code.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8216.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8216.misc b/changelog.d/8216.misc new file mode 100644 index 0000000000..b38911b0e5 --- /dev/null +++ b/changelog.d/8216.misc @@ -0,0 +1 @@ +Simplify the distributor code to avoid unnecessary work. |