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 } } }