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

Commit

Permalink
don't pull in legacy spamchecker modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jesopo committed May 23, 2022
1 parent 9e464d3 commit 406fad0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion synapse/events/spamcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def load_legacy_spam_checkers(hs: "synapse.server.HomeServer") -> None:
# which name appears in this set, we'll want to register it.
spam_checker_methods = {
"check_event_for_spam",
"drop_federated_event",
"user_may_invite",
"user_may_create_room",
"user_may_create_room_alias",
Expand Down

0 comments on commit 406fad0

Please sign in to comment.