diff options
author | Eric Eastwood <erice@element.io> | 2022-09-30 14:06:22 -0500 |
---|---|---|
committer | Eric Eastwood <erice@element.io> | 2022-09-30 14:06:22 -0500 |
commit | e2d1b48f38b774d7d46cd3f22a4b98395b272e26 (patch) | |
tree | c6abd1e0d098ef2b03e68880e64cbf4eabf22876 | |
parent | Revert other local change that we can't do (diff) | |
download | synapse-e2d1b48f38b774d7d46cd3f22a4b98395b272e26.tar.xz |
Add changelog
-rw-r--r-- | changelog.d/13958.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/14000.misc | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/13958.bugfix b/changelog.d/13958.bugfix deleted file mode 100644 index 090bdf16ec..0000000000 --- a/changelog.d/13958.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix performance bottleneck with heavy appservice and bridged users in Synapse by checking appservice user interest against the local users instead of all users. diff --git a/changelog.d/14000.misc b/changelog.d/14000.misc new file mode 100644 index 0000000000..ac178dc6f9 --- /dev/null +++ b/changelog.d/14000.misc @@ -0,0 +1 @@ +Add tests and clarify that an application service can be interested in local and remote users. |