0
0
Fork 0

Remove spam check and dependency on nilsimsa gem (#16011)

This commit is contained in:
Eugen Rochko 2021-04-11 11:22:50 +02:00 committed by GitHub
parent 7183d9a113
commit 619fad6cf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 0 additions and 429 deletions

View file

@ -35,7 +35,6 @@ module Admin
@whitelist_enabled = whitelist_mode?
@profile_directory = Setting.profile_directory
@timeline_preview = Setting.timeline_preview
@spam_check_enabled = Setting.spam_check_enabled
@trends_enabled = Setting.trends
end