Do display top-level content on remote shared notices
This commit is contained in:
parent
082e1cbe5a
commit
7cd3de3494
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue