forked from AkkomaGang/akkoma
Mix format
This commit is contained in:
parent
b3e4d81362
commit
5d23df84c9
1 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,8 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Status do
|
||||||
conversation_id: %Schema{
|
conversation_id: %Schema{
|
||||||
type: :integer,
|
type: :integer,
|
||||||
deprecated: true,
|
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{
|
direct_conversation_id: %Schema{
|
||||||
type: :integer,
|
type: :integer,
|
||||||
|
|
Loading…
Reference in a new issue