mark device list updates when a device is deleted/removed
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
353dc17af4
commit
c9bb943a34
2 changed files with 1 additions and 6 deletions
|
@ -300,6 +300,7 @@ impl Service {
|
|||
increment(&self.db.userid_devicelistversion, user_id.as_bytes());
|
||||
|
||||
self.db.userdeviceid_metadata.del(userdeviceid);
|
||||
self.mark_device_key_update(user_id).await;
|
||||
}
|
||||
|
||||
/// Returns an iterator over all device ids of this user.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue