ActivityPub: Remove react_with_emoji.

This commit is contained in:
lain 2020-05-05 12:28:28 +02:00
commit db55dc9445
11 changed files with 23 additions and 110 deletions

View file

@ -24,7 +24,7 @@ defmodule Pleroma.NotificationTest do
other_user = insert(:user)
{:ok, activity} = CommonAPI.post(user, %{"status" => "yeah"})
{:ok, activity, _object} = CommonAPI.react_with_emoji(activity.id, other_user, "")
{:ok, activity} = CommonAPI.react_with_emoji(activity.id, other_user, "")
{:ok, [notification]} = Notification.create_notifications(activity)