From 6c6d5319d92f8edbeb647278fbb7169d31e514f7 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Tue, 21 May 2019 18:14:06 -0500 Subject: `hashtag_scope` is a method in *this* class - how did we even manage to break that??? --- app/lib/bangtags.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/lib') diff --git a/app/lib/bangtags.rb b/app/lib/bangtags.rb index e6fcb62e4..4f4452486 100644 --- a/app/lib/bangtags.rb +++ b/app/lib/bangtags.rb @@ -220,6 +220,8 @@ class Bangtags chunk = nil tags = cmd[1..-1].map {|t| t.gsub(':', '.')} add_tags(status, *tags) + when '10629' + chunk = "\u200b:gargamel:\u200b I really don't think we should do this." when 'thread' chunk = nil next if cmd[1].nil? -- cgit