diff options
author | lain <lain@soykaf.club> | 2020-04-29 19:49:13 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-04-29 19:49:13 +0000 |
commit | b68d56c8168f27f63e157d43558e22f7c221c0e2 (patch) | |
tree | ac3d05436e71fce1847728eaf2cfc6da5a499ac8 /lib | |
parent | 145d35ff70a59efcff881315d5f1f7a0248a34be (diff) | |
download | pleroma-b68d56c8168f27f63e157d43558e22f7c221c0e2.tar.gz |
Apply suggestion to lib/pleroma/web/api_spec/schemas/chat_message_response.ex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/api_spec/schemas/chat_message_response.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/schemas/chat_message_response.ex b/lib/pleroma/web/api_spec/schemas/chat_message_response.ex index b7a662cbb..707c9808b 100644 --- a/lib/pleroma/web/api_spec/schemas/chat_message_response.ex +++ b/lib/pleroma/web/api_spec/schemas/chat_message_response.ex @@ -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: %{ |