Revert "Patch to temporarily drop cross-user m.key_share_requests (#8675)"

This reverts commit d60af9305a.
This commit is contained in:
Andrew Morgan 2021-03-23 10:24:03 +00:00
parent d8953b34f2
commit 6557eba7dc
2 changed files with 0 additions and 5 deletions

View file

@ -1 +0,0 @@
Temporarily drop cross-user m.room_key_request to_device messages over performance concerns.

View file

@ -955,10 +955,6 @@ class FederationHandlerRegistry:
):
return
# Temporary patch to drop cross-user key share requests
if edu_type == "m.room_key_request":
return
# Check if we have a handler on this instance
handler = self.edu_handlers.get(edu_type)
if handler: