From d1585bf23cf3ae27eb187e39c5f76fa85e11ec78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 19 Oct 2022 18:58:43 +0200 Subject: [PATCH] Add group to user teaser on post teaser at user and group profile --- webapp/graphql/PostQuery.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapp/graphql/PostQuery.js b/webapp/graphql/PostQuery.js index aa4540eb8..1b5c41984 100644 --- a/webapp/graphql/PostQuery.js +++ b/webapp/graphql/PostQuery.js @@ -104,6 +104,11 @@ export const profilePagePosts = (i18n) => { ...userCounts ...locationAndBadges } + group { + id + name + slug + } } } `