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

Commit

Permalink
Fix port script for auth chain index
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Jan 12, 2021
1 parent e94b894 commit dfea16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/synapse_port_db
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ logger = logging.getLogger("synapse_port_db")

BOOLEAN_COLUMNS = {
"events": ["processed", "outlier", "contains_url"],
"rooms": ["is_public"],
"rooms": ["is_public", "has_auth_chain_index"],
"event_edges": ["is_state"],
"presence_list": ["accepted"],
"presence_stream": ["currently_active"],
Expand Down

0 comments on commit dfea16c

Please sign in to comment.