in dev, allow dev FE
[akkoma] / lib / pleroma / web / api_spec / schemas / status.ex
index dd40255550af8c24218b07cc62852981b924addd..a6df9be94d7e242f0259c6b8746076813f29634b 100644 (file)
@@ -73,6 +73,12 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Status do
         format: "date-time",
         description: "The date when this status was created"
       },
+      edited_at: %Schema{
+        type: :string,
+        format: "date-time",
+        nullable: true,
+        description: "The date when this status was last edited"
+      },
       emojis: %Schema{
         type: :array,
         items: Emoji,
@@ -159,7 +165,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,