mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
fix group images (#8901)
This commit is contained in:
parent
ef5cdbc2cb
commit
c4cd51ee65
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user