Mix format

This commit is contained in:
FloatingGhost 2022-08-07 20:49:56 +01:00
parent b3e4d81362
commit 5d23df84c9

View file

@ -159,7 +159,8 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Status do
conversation_id: %Schema{
type: :integer,
deprecated: true,
description: "The ID of the AP context the status is associated with (if any); deprecated, please use `context` instead"
description:
"The ID of the AP context the status is associated with (if any); deprecated, please use `context` instead"
},
direct_conversation_id: %Schema{
type: :integer,