summary refs log tree commit diff
path: root/changelog.d/8675.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch to temporarily drop cross-user m.key_share_requests (#8675)Andrew Morgan2020-10-281-0/+1
Cross-user `m.key_share_requests` are a relatively new `to_device` message that allows user to re-request session keys for a message from another user if they were otherwise unable to retrieve them. Unfortunately, these have had performance concerns on matrix.org. This is a temporary patch to disable them while we investigate a better solution.