mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 04:24:56 -04:00
Support unprefixed versions of fallback key property names. (#11541)
This commit is contained in:
parent
b3bcacf3c1
commit
b47d10dc46
4 changed files with 32 additions and 6 deletions
|
@ -293,6 +293,9 @@ class SyncRestServlet(RestServlet):
|
|||
response[
|
||||
"org.matrix.msc2732.device_unused_fallback_key_types"
|
||||
] = sync_result.device_unused_fallback_key_types
|
||||
response[
|
||||
"device_unused_fallback_key_types"
|
||||
] = sync_result.device_unused_fallback_key_types
|
||||
|
||||
if joined:
|
||||
response["rooms"][Membership.JOIN] = joined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue