Fix exception on start up about device lists (#15041)

Fixes #15010.
This commit is contained in:
Erik Johnston 2023-02-10 10:52:35 +01:00 committed by GitHub
parent a5a799722d
commit fd296b7343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
changelog.d/15041.misc Normal file
View File

@ -0,0 +1 @@
Fix a rare exception in logs on start up.

View File

@ -100,6 +100,7 @@ class DeviceWorkerStore(RoomMemberWorkerStore, EndToEndKeyWorkerStore):
("device_lists_outbound_pokes", "stream_id"),
("device_lists_changes_in_room", "stream_id"),
("device_lists_remote_pending", "stream_id"),
("device_lists_changes_converted_stream_position", "stream_id"),
],
is_writer=hs.config.worker.worker_app is None,
)