diff options
author | Nick Mills-Barrett <nick@beeper.com> | 2022-09-29 14:55:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 13:55:12 +0000 |
commit | a466164647b969efd2e85168144cd75693443c05 (patch) | |
tree | f69547590e89cecc7788fb06d770d15a5bba37a3 /changelog.d | |
parent | Allow admins to require a manual approval process before new accounts can be ... (diff) | |
download | synapse-a466164647b969efd2e85168144cd75693443c05.tar.xz |
Optimise get_rooms_for_user (drop with_stream_ordering) (#13787)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13787.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13787.misc b/changelog.d/13787.misc new file mode 100644 index 0000000000..a9b93717f0 --- /dev/null +++ b/changelog.d/13787.misc @@ -0,0 +1 @@ +Optimise get rooms for user calls. Contributed by Nick @ Beeper (@fizzadar). |