mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -10,6 +10,7 @@ class WatchedWord < ActiveRecord::Base
|
||||
flag: 4,
|
||||
replace: 5,
|
||||
tag: 6,
|
||||
silence: 7
|
||||
)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user