Skip to content

Commit 00d4e46

Browse files
committed
HACK: also ignore the historical gitter AS
1 parent a3324b7 commit 00d4e46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/syn2mas/src/migration.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,7 @@ fn is_likely_appservice(localpart: &str) -> bool {
932932
|| localpart.starts_with("freenode_")
933933
|| localpart.starts_with("slack_")
934934
|| localpart.starts_with("torn_")
935+
|| localpart.starts_with("gitter_")
935936
// HACK(matrix.org): Sender localparts of those appservices
936937
|| localpart == "bifrost"
937938
|| localpart == "appservice-irc"
@@ -940,4 +941,5 @@ fn is_likely_appservice(localpart: &str) -> bool {
940941
|| localpart == "snoonet-irc"
941942
|| localpart == "torn-irc"
942943
|| localpart == "scalar"
944+
|| localpart == "gitterbot"
943945
}

0 commit comments

Comments
 (0)