Compare commits

...

1 Commits

Author SHA1 Message Date
Richard van der Hoff
6d4e10b685 Allow clients to pass unsigned data in /keys/upload 2024-07-11 16:03:35 +01:00

View File

@@ -240,7 +240,7 @@ class EndToEndKeyWorkerStore(EndToEndKeyBackgroundStore, CacheInvalidationWorker
if r is None:
continue
r["unsigned"] = {}
r.setdefault("unsigned", {})
if include_displaynames:
# Include the device's display name in the "unsigned" dictionary
display_name = device_info.display_name