synapse/changelog.d/8675.misc
Andrew Morgan d60af9305a
Patch to temporarily drop cross-user m.key_share_requests (#8675)
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.
2020-10-28 11:58:47 +00:00

1 line
93 B
Text

Temporarily drop cross-user m.room_key_request to_device messages over performance concerns.