Merge branch 'remake-remodel' into develop
This commit is contained in:
commit
3c2c32b460
36 changed files with 862 additions and 85 deletions
|
|
@ -60,7 +60,7 @@ defmodule Pleroma.StateTest do
|
|||
other_user = insert(:user)
|
||||
{:ok, activity} = CommonAPI.post(user, %{"visibility" => "public", "status" => "hey"})
|
||||
_ = CommonAPI.follow(user, other_user)
|
||||
CommonAPI.favorite(activity.id, other_user)
|
||||
CommonAPI.favorite(other_user, activity.id)
|
||||
CommonAPI.repeat(activity.id, other_user)
|
||||
|
||||
assert %{direct: 0, private: 0, public: 1, unlisted: 0} =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue