mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-15 14:50:13 -04:00
Merge remote-tracking branch 'upstream/release-v1.57'
This commit is contained in:
commit
b2fa6ec9f6
248 changed files with 14616 additions and 8934 deletions
|
@ -41,7 +41,7 @@ class ReadMarkerHandler:
|
|||
the read marker has changed.
|
||||
"""
|
||||
|
||||
with await self.read_marker_linearizer.queue((room_id, user_id)):
|
||||
async with self.read_marker_linearizer.queue((room_id, user_id)):
|
||||
existing_read_marker = await self.store.get_account_data_for_room_and_type(
|
||||
user_id, room_id, "m.fully_read"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue