mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 05:24:59 -04:00
Mark remote device list updates as already handled (#12557)
This commit is contained in:
parent
6d89f1239c
commit
f59e3f4c90
4 changed files with 7 additions and 4 deletions
|
@ -29,7 +29,7 @@ class DeviceStoreTestCase(HomeserverTestCase):
|
|||
for device_id in device_ids:
|
||||
stream_id = self.get_success(
|
||||
self.store.add_device_change_to_streams(
|
||||
"user_id", [device_id], ["!some:room"]
|
||||
user_id, [device_id], ["!some:room"]
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue