Mix format
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Sun, 7 Aug 2022 19:49:56 +0000 (20:49 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Sun, 7 Aug 2022 19:49:56 +0000 (20:49 +0100)
lib/pleroma/web/api_spec/schemas/status.ex

index dd40255550af8c24218b07cc62852981b924addd..c5d9119ef0a262a07c3808c2e979e71657c33810 100644 (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,