Merge branch 'relay-list-change' into 'develop'
Relay list shows hosts without accepted follow See merge request pleroma/pleroma!2240
This commit is contained in:
commit
f92c447bbc
8 changed files with 108 additions and 4 deletions
|
|
@ -38,6 +38,9 @@ defmodule Mix.Tasks.Pleroma.RelayTest do
|
|||
assert activity.data["type"] == "Follow"
|
||||
assert activity.data["actor"] == local_user.ap_id
|
||||
assert activity.data["object"] == target_user.ap_id
|
||||
|
||||
:ok = Mix.Tasks.Pleroma.Relay.run(["list"])
|
||||
assert_receive {:mix_shell, :info, ["mastodon.example.org (no Accept received)"]}
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue