Quote posting #113

Merged
floatingghost merged 9 commits from quote-posts into develop 2022-07-25 16:30:07 +00:00
Showing only changes of commit abba37b90c - Show all commits

View file

@ -121,6 +121,7 @@ defp quote_id(%{params: %{quote_id: id}} = draft) when is_binary(id) do
else
{:activity, _} ->
add_error(draft, dgettext("errors", "You can't quote a status that doesn't exist"))
{:visibility, false} ->
add_error(draft, dgettext("errors", "You can only quote public or unlisted statuses"))
end