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

Commit 51cd69a

Browse files
committed
don't pull in legacy spamchecker modules
1 parent 8739d62 commit 51cd69a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

synapse/events/spamcheck.py

-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ def load_legacy_spam_checkers(hs: "synapse.server.HomeServer") -> None:
9797
# which name appears in this set, we'll want to register it.
9898
spam_checker_methods = {
9999
"check_event_for_spam",
100-
"drop_federated_event",
101100
"user_may_invite",
102101
"user_may_create_room",
103102
"user_may_create_room_alias",

0 commit comments

Comments
 (0)