projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
145d35f
)
Apply suggestion to lib/pleroma/web/api_spec/schemas/chat_message_response.ex
author
lain
<lain@soykaf.club>
Wed, 29 Apr 2020 19:49:13 +0000
(19:49 +0000)
committer
lain
<lain@soykaf.club>
Wed, 29 Apr 2020 19:49:13 +0000
(19:49 +0000)
lib/pleroma/web/api_spec/schemas/chat_message_response.ex
patch
|
blob
|
history
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 b7a662cbb9d5216cc4d6dc92c1bb21ff3d9c6f1e..707c9808bbde1555eab3d24e3c2ad17ceeb9eb86 100644
(file)
--- 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: %{