Skip to content
Snippets Groups Projects
Unverified Commit fd296b73 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

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

Fixes #15010.
parent a5a79972
No related branches found
No related tags found
No related merge requests found
Fix a rare exception in logs on start up.
......@@ -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,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment