Skip to content

Commit

Permalink
[Core] Fixed CommonId for GroupSetAvatar
Browse files Browse the repository at this point in the history
  • Loading branch information
Linwenxuan04 committed Oct 3, 2024
1 parent 8c160e6 commit e29c1e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,6 @@ public async Task<bool> GroupSetAvatar(uint groupUin, ImageEntity avatar)
Field5 = 3,
Field6 = 1
}.Serialize().ToArray();
return await Collection.Highway.UploadSrcByStreamAsync(90, avatar.ImageStream.Value, ticket, avatar.ImageMd5, extra);
return await Collection.Highway.UploadSrcByStreamAsync(3000, avatar.ImageStream.Value, ticket, avatar.ImageMd5, extra);
}
}

0 comments on commit e29c1e6

Please sign in to comment.