Fix unfollows
This commit is contained in:
parent
56de0216ae
commit
89c5de9096
6 changed files with 53 additions and 50 deletions
|
|
@ -99,7 +99,7 @@ defmodule Pleroma.Web.TwitterAPI.Representers.ActivityRepresenter do
|
|||
) do
|
||||
created_at = created_at |> Utils.date_to_asctime()
|
||||
|
||||
text = "#{user.nickname} undid the action at #{undid_activity}"
|
||||
text = "#{user.nickname} undid the action at #{undid_activity["id"]}"
|
||||
|
||||
%{
|
||||
"id" => activity.id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue