From a3cfbb09cbe8fbe48712de37fff69a4847bc1b05 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Mon, 23 Dec 2019 15:24:51 +0100 Subject: [PATCH] Fixes 2603 --- webapp/graphql/Fragments.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/graphql/Fragments.js b/webapp/graphql/Fragments.js index 4d3b0958c..1edcd364c 100644 --- a/webapp/graphql/Fragments.js +++ b/webapp/graphql/Fragments.js @@ -28,6 +28,7 @@ export const userCountsFragment = gql` contributionsCount commentedCount followedByCount + followingCount followedByCurrentUser } `