mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-20 05:44:01 +00:00
Fix #675 - return created_at in notifications API
This commit is contained in:
parent
d7c6c6dbe1
commit
9bf4c34919
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue