mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-20 21:18:44 -04:00
Fix providing a RoomStreamToken
instance to _notify_app_services_ephemeral
(#11137)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
7537201840
commit
c9c3aea9b1
5 changed files with 30 additions and 37 deletions
|
@ -92,7 +92,7 @@ class PresenceStore(PresenceBackgroundUpdateStore):
|
|||
prefilled_cache=presence_cache_prefill,
|
||||
)
|
||||
|
||||
async def update_presence(self, presence_states):
|
||||
async def update_presence(self, presence_states) -> Tuple[int, int]:
|
||||
assert self._can_persist_presence
|
||||
|
||||
stream_ordering_manager = self._presence_id_gen.get_next_mult(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue