Add tests for incoming unfollow over OStatus

This commit is contained in:
Francis Dinh 2018-05-21 05:11:13 -04:00
commit d045b96f95
3 changed files with 93 additions and 0 deletions

View file

@ -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']},