diff options
author | Nick Mills-Barrett <nick@beeper.com> | 2022-10-12 11:36:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 11:36:22 +0100 |
commit | f9bc5428c46e73ca471b6976865d5ba4168f938d (patch) | |
tree | a59a663d3ebda4ec07d84349480c3a2956345f6c /changelog.d | |
parent | Remove the experimental implementation of MSC3772. (#14094) (diff) | |
download | synapse-f9bc5428c46e73ca471b6976865d5ba4168f938d.tar.xz |
Batch up calls to `get_rooms_for_users` (#14109)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14109.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14109.misc b/changelog.d/14109.misc new file mode 100644 index 0000000000..7987c2050f --- /dev/null +++ b/changelog.d/14109.misc @@ -0,0 +1 @@ +Break up calls to fetch rooms for many users. Contributed by Nick @ Beeper (@fizzadar). |