about summary refs log tree commit diff
path: root/app/models/status.rb
diff options
context:
space:
mode:
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 cc878d7f5..be2e93f20 100644
--- a/app/models/status.rb
+++ b/app/models/status.rb
@@ -179,7 +179,7 @@ class Status < ApplicationRecord
   end
 
   def relayed?
-    account.username == :relay && account.actor_type.in?(Set[:Application, :Service])
+    account.username == 'relay' && account.actor_type.in?(Set[:Application, :Service])
   end
 
   def reblog?