gearheads
/
mastodon
Archived
2
0
Fork 0

Fix #675 - return created_at in notifications API

gh/stable
Eugen Rochko 2017-03-24 03:54:24 +01:00
parent d7c6c6dbe1
commit 9bf4c34919
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
object @notification object @notification
attributes :id, :type attributes :id, :type, :created_at
child from_account: :account do child from_account: :account do
extends 'api/v1/accounts/show' extends 'api/v1/accounts/show'