Merge branch 'removing-test-errors' into 'develop'
Removing test errors See merge request pleroma/pleroma!1296
This commit is contained in:
commit
49a49d3763
4 changed files with 38 additions and 4 deletions
|
|
@ -146,7 +146,7 @@ defmodule Pleroma.Web.Salmon do
|
|||
do: Instances.set_reachable(url)
|
||||
|
||||
Logger.debug(fn -> "Pushed to #{url}, code #{code}" end)
|
||||
:ok
|
||||
{:ok, code}
|
||||
else
|
||||
e ->
|
||||
unless params[:unreachable_since], do: Instances.set_reachable(url)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue