fix group images (#8901)

This commit is contained in:
Ulf Gebhardt 2025-09-15 10:51:06 +02:00 committed by GitHub
parent ef5cdbc2cb
commit c4cd51ee65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -185,6 +185,9 @@ export const groupQuery = (i18n) => {
}
avatar {
url
w320: transform(width: 320)
w640: transform(width: 640)
w1024: transform(width: 1024)
}
...location
membersCount
@ -214,6 +217,9 @@ export const groupMembersQuery = () => {
myRoleInGroup
avatar {
url
w320: transform(width: 320)
w640: transform(width: 640)
w1024: transform(width: 1024)
}
}
}