Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix exception on start up about device lists (#15041)
Browse files Browse the repository at this point in the history
Fixes #15010.
  • Loading branch information
erikjohnston authored Feb 10, 2023
1 parent a5a7997 commit fd296b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/15041.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a rare exception in logs on start up.
1 change: 1 addition & 0 deletions synapse/storage/databases/main/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def __init__(
("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,
)
Expand Down

0 comments on commit fd296b7

Please sign in to comment.