mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-17 13:39:10 -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
|
@ -37,8 +37,8 @@ from sortedcontainers import SortedDict
|
|||
|
||||
from twisted.internet import defer
|
||||
|
||||
from synapse.api.presence import UserPresenceState
|
||||
from synapse.metrics import LaterGauge
|
||||
from synapse.storage.presence import UserPresenceState
|
||||
from synapse.util.metrics import Measure
|
||||
|
||||
from .units import Edu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue