FEATURE: Silence watched word (#13160)

This is a new type of watched word to replace auto_silence_first_post_
regex site setting.
This commit is contained in:
Bianca Nenciu
2021-05-27 19:19:58 +03:00
committed by GitHub
parent 157f10db4c
commit 571ee4537a
6 changed files with 36 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ class WatchedWord < ActiveRecord::Base
flag: 4,
replace: 5,
tag: 6,
silence: 7
)
end