From: Eugen Rochko Date: Fri, 24 Mar 2017 02:54:24 +0000 (+0100) Subject: Fix #675 - return created_at in notifications API X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=9bf4c34919c0ad09417394eaa246c8af9effe131;p=mastodon.git Fix #675 - return created_at in notifications API --- diff --git a/app/views/api/v1/notifications/show.rabl b/app/views/api/v1/notifications/show.rabl index fe2218ed7..ca34f2d5d 100644 --- a/app/views/api/v1/notifications/show.rabl +++ b/app/views/api/v1/notifications/show.rabl @@ -1,6 +1,6 @@ object @notification -attributes :id, :type +attributes :id, :type, :created_at child from_account: :account do extends 'api/v1/accounts/show'