Add tests for incoming unfollow over OStatus
This commit is contained in:
parent
cc5373b846
commit
d045b96f95
3 changed files with 93 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenter do
|
|||
|
||||
mentions = (activity.recipients || []) |> get_mentions
|
||||
follow_activity = Activity.get_by_ap_id(follow_activity["id"])
|
||||
|
||||
[
|
||||
{:"activity:object-type", ['http://activitystrea.ms/schema/1.0/activity']},
|
||||
{:"activity:verb", ['http://activitystrea.ms/schema/1.0/unfollow']},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue