Mark remote device list updates as already handled (#12557)

This commit is contained in:
Erik Johnston 2022-04-26 17:07:21 +01:00 committed by GitHub
parent 6d89f1239c
commit f59e3f4c90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 4 deletions

View file

@ -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"]
)
)