mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-06-19 14:05:04 +08:00
change
This commit is contained in:
parent
9f98e97459
commit
3acefb0993
@ -236,7 +236,7 @@ func (g *GroupInfo) UpdateMemo(newMemo string) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (g GroupInfo) UpdateGroupHeadPortrait(img []byte) {
|
func (g *GroupInfo) UpdateGroupHeadPortrait(img []byte) {
|
||||||
if g.AdministratorOrOwner() {
|
if g.AdministratorOrOwner() {
|
||||||
_ = g.client.uploadGroupHeadPortrait(g.Uin, img)
|
_ = g.client.uploadGroupHeadPortrait(g.Uin, img)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user