diff options
author | Erik Johnston <erikj@element.io> | 2024-08-28 18:42:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-28 18:42:19 +0100 |
commit | 689641b903e17cb9dc80e273d25c88a235b02fbe (patch) | |
tree | f5adbb7e9a6eb65078ebd3991721854742eaca26 /synapse/rest/client | |
parent | Fix hierarchy returning 403 when room is accessible through federation (#17194) (diff) | |
download | synapse-689641b903e17cb9dc80e273d25c88a235b02fbe.tar.xz |
Sliding sync: factor out room list logic (#17622)
Move calculating of the room lists out of the core handler. This should make it easier to switch things around to start using the tables in #17512. This is just moving code between files and methods. Reviewable commit-by-commit
Diffstat (limited to 'synapse/rest/client')
-rw-r--r-- | synapse/rest/client/sync.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/rest/client/sync.py b/synapse/rest/client/sync.py |