Mix format
ci/woodpecker/push/woodpecker Pipeline is pending Details

This commit is contained in:
FloatingGhost 2022-08-07 20:49:56 +01:00
parent b3e4d81362
commit 5d23df84c9
1 changed files with 2 additions and 1 deletions

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,