Revert "Patch to temporarily drop cross-user m.key_share_requests (#8675)"
This reverts commit d60af9305a
.
pull/9668/head
parent
d8953b34f2
commit
6557eba7dc
|
@ -1 +0,0 @@
|
||||||
Temporarily drop cross-user m.room_key_request to_device messages over performance concerns.
|
|
|
@ -955,10 +955,6 @@ class FederationHandlerRegistry:
|
||||||
):
|
):
|
||||||
return
|
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
|
# Check if we have a handler on this instance
|
||||||
handler = self.edu_handlers.get(edu_type)
|
handler = self.edu_handlers.get(edu_type)
|
||||||
if handler:
|
if handler:
|
||||||
|
|
Loading…
Reference in New Issue