Add user to announced status.
This commit is contained in:
parent
861a294cda
commit
b34b046f16
2 changed files with 4 additions and 4 deletions
|
|
@ -98,7 +98,7 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenter do
|
|||
retweeted_activity = Activity.get_create_activity_by_object_ap_id(activity.data["object"])
|
||||
retweeted_user = User.get_cached_by_ap_id(retweeted_activity.data["actor"])
|
||||
|
||||
retweeted_xml = to_simple_form(retweeted_activity, retweeted_user)
|
||||
retweeted_xml = to_simple_form(retweeted_activity, retweeted_user, true)
|
||||
|
||||
mentions = activity.data["to"] |> get_mentions
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue