Skip to content

Commit

Permalink
Fix typo in useful_sql_for_admins.md (matrix-org#16477)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurencegill authored Oct 12, 2023
1 parent 4cc729d commit 166ffc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/16477.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a typo in the sql for [useful SQL for admins document](https://matrix-org.github.io/synapse/latest/usage/administration/useful_sql_for_admins.html).
2 changes: 1 addition & 1 deletion docs/usage/administration/useful_sql_for_admins.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ SELECT rss.room_id, rss.name, rss.canonical_alias, rss.topic, rss.encryption,
rsc.joined_members, rsc.local_users_in_room, rss.join_rules
FROM room_stats_state rss
LEFT JOIN room_stats_current rsc USING (room_id)
WHERE room_id IN ( WHERE room_id IN (
WHERE room_id IN (
'!OGEhHVWSdvArJzumhm:matrix.org',
'!YTvKGNlinIzlkMTVRl:matrix.org'
);
Expand Down

0 comments on commit 166ffc0

Please sign in to comment.