Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Shamrock: fix fakeReceiveSelfMsg
Browse files Browse the repository at this point in the history
  • Loading branch information
whitechi73 committed Feb 17, 2024
1 parent 2c8b57a commit 14bf5fc
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,17 @@ internal object PacketSvc: BaseSvc() {
msgType = 166,
msgSubType = 11,
msgSeq = msgSeq,
u1 = msgSeq,
msgViaRandom = msgSeq,
msgTime = System.currentTimeMillis() / 1000,
u2 = 1,
u3 = msgSeq,
msgRandom = msgService.getMsgUniqueId(System.currentTimeMillis()),
u4 = msgSeq - 2,
u5 = msgSeq
),
body = MessageBody(RichMessage(builder()))
body = MessageBody(RichMessage(
elements = builder()
))
)
)

Expand Down

0 comments on commit 14bf5fc

Please sign in to comment.