summary refs log tree commit diff
path: root/changelog.d/16172.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Track currently syncing users by device for presence (#16172)Patrick Cloke2023-08-291-0/+1
Refactoring to use both the user ID & the device ID when tracking the currently syncing users in the presence handler. This is done both locally and over replication. Note that the device ID is discarded but will be used in a future change.