Merge tag 'v2.6.0rc1' into instance_only_statuses
This commit is contained in:
@ -49,7 +49,7 @@ class StreamEntry < ApplicationRecord
|
||||
end
|
||||
|
||||
def mentions
|
||||
orphaned? ? [] : status.mentions.map(&:account)
|
||||
orphaned? ? [] : status.active_mentions.map(&:account)
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user