mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 12:46:06 -04:00
Convert stream database to async/await. (#8074)
This commit is contained in:
parent
ac77cdb64e
commit
ad6190c925
11 changed files with 224 additions and 227 deletions
|
@ -15,8 +15,8 @@
|
|||
|
||||
from typing import List, Tuple
|
||||
|
||||
from synapse.api.presence import UserPresenceState
|
||||
from synapse.storage._base import SQLBaseStore, make_in_list_sql_clause
|
||||
from synapse.storage.presence import UserPresenceState
|
||||
from synapse.util.caches.descriptors import cached, cachedList
|
||||
from synapse.util.iterutils import batch_iter
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue