From e595135e9d0ade6ce2d7abf0c8f69637e7da7588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Wed, 17 Apr 2019 01:18:53 +0200 Subject: [PATCH] Display post.createdAt along with Notification --- webapp/components/notifications/Notification/index.vue | 1 + webapp/components/notifications/NotificationMenu/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/components/notifications/Notification/index.vue b/webapp/components/notifications/Notification/index.vue index 55b889876..14f660ed6 100644 --- a/webapp/components/notifications/Notification/index.vue +++ b/webapp/components/notifications/Notification/index.vue @@ -4,6 +4,7 @@ diff --git a/webapp/components/notifications/NotificationMenu/index.vue b/webapp/components/notifications/NotificationMenu/index.vue index 113b2be78..f609d66f2 100644 --- a/webapp/components/notifications/NotificationMenu/index.vue +++ b/webapp/components/notifications/NotificationMenu/index.vue @@ -54,7 +54,7 @@ const NOTIFICATIONS = gql(`{ notifications(read: false, orderBy: createdAt_desc) { id read createdAt post { - title contentExcerpt slug + id createdAt disabled deleted title contentExcerpt slug author { id slug name disabled deleted } } }