Skip to content

Commit ffdf51a

Browse files
authored
[Core] fix group image send (#106)
1 parent ba626dc commit ffdf51a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lagrange.Core/Internal/Packets/Service/NTV2RichMedia.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static NTV2RichMediaReq BuildUploadReq(
4747
TryFastUploadCompleted = true,
4848
SrvSendMsg = false,
4949
ClientRandomId = (ulong)Random.Shared.Next(),
50-
CompatQMsgSceneType = 1,
50+
CompatQMsgSceneType = @struct.IsGroup()? 2u : 1u ,
5151
ClientSeq = 10,
5252
ExtBizInfo = ext,
5353
NoNeedCompatMsg = false

0 commit comments

Comments
 (0)