in dev, allow dev FE
[akkoma] / lib / pleroma / web / api_spec / schemas / status.ex
index c5d9119ef0a262a07c3808c2e979e71657c33810..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,