diff options
| author | rinpatch <rinpatch@sdf.org> | 2020-04-11 19:46:04 +0000 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2020-05-01 14:31:26 +0300 |
| commit | 138e6ece1b4185fbe8d8a8f7873ae0c3ee0837e6 (patch) | |
| tree | 239b7e454bb684a7156ddbb918f4b0188276035c /test/web/activity_pub | |
| parent | fb9ec885cc96e51bd7703d98d8e41305ead56b9e (diff) | |
| download | pleroma-138e6ece1b4185fbe8d8a8f7873ae0c3ee0837e6.tar.gz pleroma-138e6ece1b4185fbe8d8a8f7873ae0c3ee0837e6.zip | |
Merge branch 'following-relationships-optimizations' into 'develop'
FollowingRelationship storage & performance optimizations
See merge request pleroma/pleroma!2332
Diffstat (limited to 'test/web/activity_pub')
| -rw-r--r-- | test/web/activity_pub/transmogrifier_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/transmogrifier_test.exs b/test/web/activity_pub/transmogrifier_test.exs index 2baf9ce03..2a3fd92b4 100644 --- a/test/web/activity_pub/transmogrifier_test.exs +++ b/test/web/activity_pub/transmogrifier_test.exs @@ -1629,7 +1629,7 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do }) user_two = insert(:user) - Pleroma.FollowingRelationship.follow(user_two, user, "accept") + Pleroma.FollowingRelationship.follow(user_two, user, :follow_accept) {:ok, activity} = CommonAPI.post(user, %{"status" => "test"}) {:ok, unrelated_activity} = CommonAPI.post(user_two, %{"status" => "test"}) |
