修复: 消息返回接口时间

This commit is contained in:
yystopf 2022-08-16 14:07:37 +08:00
parent ee29c6be5c
commit 68a38e75bc
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ json.status message["status"]
json.content message["content"]
json.notification_url message["notification_url"]
json.source message["source"]
json.created_at message["created_at"]
json.time_ago time_from_now(message["created_at"].to_time)
case message["type"]