mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 18:24:49 -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
|
@ -24,12 +24,12 @@ from synapse.api.errors import (
|
|||
HttpResponseException,
|
||||
RequestSendFailed,
|
||||
)
|
||||
from synapse.api.presence import UserPresenceState
|
||||
from synapse.events import EventBase
|
||||
from synapse.federation.units import Edu
|
||||
from synapse.handlers.presence import format_user_presence_state
|
||||
from synapse.metrics import sent_transactions_counter
|
||||
from synapse.metrics.background_process_metrics import run_as_background_process
|
||||
from synapse.storage.presence import UserPresenceState
|
||||
from synapse.types import ReadReceipt
|
||||
from synapse.util.retryutils import NotRetryingDestination, get_retry_limiter
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue