From 75d114216e3f60848493c46a68e6b03fb4f07b3d Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Thu, 16 May 2019 20:48:19 -0500 Subject: remove the buggy do-not-@-me impl - we'll replace this with a bangtag later --- app/models/status.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/models') 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) -- cgit