Fix formatting

This commit is contained in:
Egor Kislitsyn 2020-11-11 19:12:46 +04:00
commit af3f00292c
No known key found for this signature in database
GPG key ID: 1B49CB15B71E7805
2 changed files with 0 additions and 2 deletions

View file

@ -66,7 +66,6 @@ defmodule Pleroma.Web.CommonAPI.Utils do
end
def get_to_and_cc(%{visibility: visibility} = draft) when visibility in ["public", "local"] do
to =
case visibility do
"public" -> [Pleroma.Constants.as_public() | draft.mentions]