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
|
|
@ -35,7 +35,7 @@ defmodule Mix.Tasks.Pleroma.Relay do
|
|||
def run(["list"]) do
|
||||
start_pleroma()
|
||||
|
||||
with {:ok, list} <- Relay.list() do
|
||||
with {:ok, list} <- Relay.list(true) do
|
||||
list |> Enum.each(&shell_info(&1))
|
||||
else
|
||||
{:error, e} -> shell_error("Error while fetching relay subscription list: #{inspect(e)}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue