about summary refs log tree commit diff
path: root/app/models/status.rb
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-04-19 02:59:15 -0500
committermultiple creatures <dev@multiple-creature.party>2019-05-21 03:16:22 -0500
commit4088e0a6481546419d8a8714dea1a94ae4e84a8b (patch)
tree953dc4e63bc1235f7fa03b84ad69898a986fabd7 /app/models/status.rb
parentf7c5171a837c0baeb16f43dfe05beac9c6f6b78a (diff)
Add `i:am` bangtag to allow plural systems sharing an account to identify who is roaring.
Diffstat (limited to 'app/models/status.rb')
-rw-r--r--app/models/status.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/status.rb b/app/models/status.rb
index 76923ab21..b7bd5cc84 100644
--- a/app/models/status.rb
+++ b/app/models/status.rb
@@ -551,7 +551,7 @@ class Status < ApplicationRecord
   end
 
   def process_bangtags
-    Bangtags.new(self).process if text&.present? && '#!'.in?(text)
+    Bangtags.new(self).process
   end
 
   def set_conversation