Merge branch 'pleroma-result-1_13' into 'develop'

move result into with guard

See merge request pleroma/pleroma!3557
This commit is contained in:
lain 2021-12-07 16:55:01 +00:00
commit 500e126604
1 changed files with 1 additions and 2 deletions

View File

@ -63,8 +63,7 @@ defmodule Pleroma.Web.ActivityPub.Publisher do
date: date date: date
}) })
with {:ok, %{status: code}} when code in 200..299 <- with {:ok, %{status: code}} = result when code in 200..299 <-
result =
HTTP.post( HTTP.post(
inbox, inbox,
json, json,