add profile image for followers

This commit is contained in:
2024-12-19 16:31:46 -08:00
parent 284334606d
commit 82ff8546d4
2 changed files with 6 additions and 0 deletions

View File

@@ -117,10 +117,12 @@ query getUserFollowingFollowers {
following {
id
username
profileImageUri
}
followers {
id
username
profileImageUri
}
}
}