Browse Source

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

pull/313/head
“xxq250” 3 years ago
parent
commit
c7e098d507
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/views/users/messages/_message.json.jbuilder

+ 1
- 0
app/views/users/messages/_message.json.jbuilder 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"]


Loading…
Cancel
Save