Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Prevent a sync request from removing a user's busy presence status #12213

Merged
merged 21 commits into from
Apr 13, 2022
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert unnecessary comma change
Co-authored-by: Sean Quah <[email protected]>
  • Loading branch information
dbkr and squahtx authored Apr 13, 2022
commit edcdfed378f14103b003e1e6907ae7f8f777a2d3
2 changes: 1 addition & 1 deletion synapse/handlers/presence.py
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ async def user_syncing(
await self._update_states(
[
prev_state.copy_and_replace(
last_user_sync_ts=self.clock.time_msec(),
last_user_sync_ts=self.clock.time_msec()
)
]
)
Expand Down