mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-14 11:40:46 -05:00
Include newly joined users in /keys/changes API
This commit is contained in:
parent
96355d2f2f
commit
7e919bdbd0
3 changed files with 43 additions and 5 deletions
|
|
@ -189,7 +189,7 @@ class KeyChangesServlet(RestServlet):
|
|||
user_id = requester.user.to_string()
|
||||
|
||||
changed = yield self.device_handler.get_user_ids_changed(
|
||||
user_id, from_token.device_list_key,
|
||||
user_id, from_token,
|
||||
)
|
||||
|
||||
defer.returnValue((200, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue