mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2025-01-15 19:59:59 +01:00
activitypub: transmogrifier: only consider to
users as mention targets
This commit is contained in:
parent
144dc048b8
commit
3e33479c05
@ -693,7 +693,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do
|
||||
end
|
||||
|
||||
def add_mention_tags(object) do
|
||||
recipients = object["to"] ++ (object["cc"] || [])
|
||||
recipients = object["to"] || []
|
||||
|
||||
mentions =
|
||||
recipients
|
||||
|
Loading…
x
Reference in New Issue
Block a user