Skip to content

Commit 71c815f

Browse files
committed
HACK: ignore the old appservice users from the mozilla bridge
1 parent 00d4e46 commit 71c815f

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
@@ -933,6 +933,7 @@ fn is_likely_appservice(localpart: &str) -> bool {
933933
|| localpart.starts_with("slack_")
934934
|| localpart.starts_with("torn_")
935935
|| localpart.starts_with("gitter_")
936+
|| localpart.starts_with("mozilla_")
936937
// HACK(matrix.org): Sender localparts of those appservices
937938
|| localpart == "bifrost"
938939
|| localpart == "appservice-irc"
@@ -942,4 +943,5 @@ fn is_likely_appservice(localpart: &str) -> bool {
942943
|| localpart == "torn-irc"
943944
|| localpart == "scalar"
944945
|| localpart == "gitterbot"
946+
|| localpart == "mozilla-irc"
945947
}

0 commit comments

Comments
 (0)