|
|
@ -139,7 +139,7 @@ module AtomBuilderHelper |
|
|
|
if activity.is_a?(Status) |
|
|
|
if activity.is_a?(Status) |
|
|
|
if activity.reblog? && activity.reblog.local? |
|
|
|
if activity.reblog? && activity.reblog.local? |
|
|
|
linkify(activity.reblog) |
|
|
|
linkify(activity.reblog) |
|
|
|
elsif activity.local? |
|
|
|
elsif !activity.reblog? && activity.local? |
|
|
|
linkify(activity) |
|
|
|
linkify(activity) |
|
|
|
else |
|
|
|
else |
|
|
|
activity.content |
|
|
|
activity.content |
|
|
|