add followers to feed operation for reactions
All checks were successful
Tests / Tests (pull_request) Successful in 10s

This commit is contained in:
2025-04-08 16:48:12 -07:00
parent b18fedae8e
commit f4445f7ecb
2 changed files with 9 additions and 0 deletions

View File

@@ -64,6 +64,9 @@ fragment VideoCardFields on VideoGQL {
id
username
profileImageUri
followers {
id
}
}
reaction
}