Quote posting #113
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue