Apply suggestion to lib/pleroma/web/api_spec/schemas/chat_message_response.ex
authorlain <lain@soykaf.club>
Wed, 29 Apr 2020 19:49:13 +0000 (19:49 +0000)
committerlain <lain@soykaf.club>
Wed, 29 Apr 2020 19:49:13 +0000 (19:49 +0000)
lib/pleroma/web/api_spec/schemas/chat_message_response.ex

index b7a662cbb9d5216cc4d6dc92c1bb21ff3d9c6f1e..707c9808bbde1555eab3d24e3c2ad17ceeb9eb86 100644 (file)
@@ -16,7 +16,7 @@ defmodule Pleroma.Web.ApiSpec.Schemas.ChatMessageResponse do
       account_id: %Schema{type: :string, description: "The Mastodon API id of the actor"},
       chat_id: %Schema{type: :string},
       content: %Schema{type: :string},
-      created_at: %Schema{type: :string, format: :datetime},
+      created_at: %Schema{type: :string, format: :"date-time"},
       emojis: %Schema{type: :array}
     },
     example: %{