Fix unfollows

This commit is contained in:
Francis Dinh 2018-05-20 21:01:14 -04:00
commit 89c5de9096
6 changed files with 53 additions and 50 deletions

View file

@ -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,