This commit is contained in:
Mark Felder 2020-10-07 15:28:29 -05:00
parent 822e4472f3
commit ed6511a086
1 changed files with 0 additions and 1 deletions

View File

@ -155,7 +155,6 @@ defmodule Pleroma.Web.MastodonAPI.StatusController do
end
end
# Creates a regular status
def create(%{assigns: %{user: user}, body_params: %{status: _} = params} = conn, _) do
params = Map.put(params, :in_reply_to_status_id, params[:in_reply_to_id])