logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 9bf4c34919c0ad09417394eaa246c8af9effe131
parent: d7c6c6dbe109544911f3fca5c547b55d1e79ccc2
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Fri, 24 Mar 2017 03:54:24 +0100

Fix #675 - return created_at in notifications API

Diffstat:

Mapp/views/api/v1/notifications/show.rabl2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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'