mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-30 04:52:46 +00:00
bugfix: when a user's key changes, don't notify everyone on the server (#1253)
* bugfix: when a user's key changes, don't notify everyone on the server Instead just notify the users you share a room with. * Update whitelist
This commit is contained in:
parent
58998e9874
commit
fdabba1851
3 changed files with 34 additions and 1 deletions
|
@ -138,7 +138,7 @@ Users receive device_list updates for their own devices
|
|||
Get left notifs for other users in sync and /keys/changes when user leaves
|
||||
Local device key changes get to remote servers
|
||||
Local device key changes get to remote servers with correct prev_id
|
||||
#Server correctly handles incoming m.device_list_update
|
||||
Server correctly handles incoming m.device_list_update
|
||||
Can add account data
|
||||
Can add account data to room
|
||||
Can get account data without syncing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue