Merge remote-tracking branch 'origin/standalone_develop' into standalone_develop

This commit is contained in:
“xxq250” 2022-08-16 15:33:59 +08:00
commit c7e098d507
1 changed files with 1 additions and 0 deletions

View File

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