mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 14:46:07 -04:00
Change the way we do public room list fetching
This commit is contained in:
parent
7a8ea7e78b
commit
65e92eca49
3 changed files with 77 additions and 21 deletions
|
@ -18,7 +18,7 @@ from twisted.internet import defer
|
|||
from synapse.api.errors import StoreError
|
||||
|
||||
from ._base import SQLBaseStore
|
||||
from synapse.util.caches.descriptors import cachedInlineCallbacks
|
||||
from synapse.util.caches.descriptors import cachedInlineCallbacks, cached
|
||||
from .engines import PostgresEngine, Sqlite3Engine
|
||||
|
||||
import collections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue