]> cat aescling's git repositories - mastodon.git/commitdiff
Fix #675 - return created_at in notifications API
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 24 Mar 2017 02:54:24 +0000 (03:54 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 24 Mar 2017 02:55:45 +0000 (03:55 +0100)
app/views/api/v1/notifications/show.rabl

index fe2218ed7512bcda3b09ca537f4ff4b34a4a5026..ca34f2d5d6c2cbc7da0a4bfcaaf05dc62dc155a1 100644 (file)
@@ -1,6 +1,6 @@
 object @notification
 
-attributes :id, :type
+attributes :id, :type, :created_at
 
 child from_account: :account do
   extends 'api/v1/accounts/show'