summary refs log tree commit diff
path: root/changelog.d/14466.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.73.0rc1David Robertson2022-11-291-1/+0
|
* Include thread information when sending receipts over federation. (#14466)Patrick Cloke2022-11-281-0/+1
Include the thread_id field when sending read receipts over federation. This might result in the same user having multiple read receipts per-room, meaning multiple EDUs must be sent to encapsulate those receipts. This restructures the PerDestinationQueue APIs to support multiple receipt EDUs, queue_read_receipt now becomes linear time in the number of queued threaded receipts in the room for the given user, it is expected this is a small number since receipt EDUs are sent as filler in transactions.