Browse Source

Merge branch 'develop' into standalone_develop

pull/313/head
yystopf 3 years ago
parent
commit
144fbac843
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