diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-05-16 20:48:19 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-05-21 03:16:23 -0500 |
commit | 75d114216e3f60848493c46a68e6b03fb4f07b3d (patch) | |
tree | 35a42c7a35e778467a27ebf11fb9e84e9f993314 /app/models | |
parent | 8a1ac197778aaf654472788d10461c855dca3b10 (diff) |
remove the buggy do-not-@-me impl - we'll replace this with a bangtag later
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/status.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/status.rb b/app/models/status.rb index 3c98369b1..0de92e0c6 100644 --- a/app/models/status.rb +++ b/app/models/status.rb @@ -526,10 +526,6 @@ class Status < ApplicationRecord LOCAL_ONLY_TOKENS.match?(content) end - def marked_no_replies? - /(:ms_dont_at_me:|(don't|do not|no) ((at|@|mention) me)|reply|replies)/.match?(spoiler_text) - end - private def update_status_stat!(attrs) |