about summary refs log tree commit diff
path: root/app/helpers/atom_builder_helper.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-03-24 12:34:32 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-24 12:34:32 +0100
commit7cd3de3494834abfefc405b958da9898780fcb40 (patch)
tree32b1498ae6e686db0f7458801661f8f425b7d98a /app/helpers/atom_builder_helper.rb
parent082e1cbe5a6bcff291e0fe96260ca8920776a18e (diff)
Do display top-level content on remote shared notices
Diffstat (limited to 'app/helpers/atom_builder_helper.rb')
-rw-r--r--app/helpers/atom_builder_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/atom_builder_helper.rb b/app/helpers/atom_builder_helper.rb
index d5180f0f5..74c87daaa 100644
--- a/app/helpers/atom_builder_helper.rb
+++ b/app/helpers/atom_builder_helper.rb
@@ -139,7 +139,7 @@ module AtomBuilderHelper
     if activity.is_a?(Status)
       if activity.reblog? && activity.reblog.local?
         linkify(activity.reblog)
-      elsif activity.local?
+      elsif !activity.reblog? && activity.local?
         linkify(activity)
       else
         activity.content