mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
Noop device key changes if they're the same
This commit is contained in:
parent
e75a779d9e
commit
c2c9a78db9
3 changed files with 45 additions and 15 deletions
|
@ -164,6 +164,7 @@ class DeviceStore(SQLBaseStore):
|
|||
keyvalues={
|
||||
"user_id": user_id,
|
||||
},
|
||||
desc="mark_remote_user_device_list_as_unsubscribed",
|
||||
)
|
||||
|
||||
def update_remote_device_list_cache_entry(self, user_id, device_id, content,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue