From 37c12f6681effa66fa68b3f8c3318038b0835f0f Mon Sep 17 00:00:00 2001 From: roschaefer Date: Fri, 23 Aug 2019 00:36:12 +0200 Subject: [PATCH] Fix post count always showing 0 --- webapp/graphql/User.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/graphql/User.js b/webapp/graphql/User.js index 62756cde1..fb861fb98 100644 --- a/webapp/graphql/User.js +++ b/webapp/graphql/User.js @@ -24,6 +24,7 @@ export default i18n => { badgesCount shoutedCount commentedCount + contributionsCount followingCount following(first: 7) { id