Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Simplxss committed Apr 11, 2024
1 parent e891bc8 commit 59d762e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ internal object GlobalEventTransmitter : QQInterfaces() {
this.messageSeq = record.msgSeq
this.contact = Contact.newBuilder().apply {
this.scene = Scene.GROUP
this.peer = record.senderUid
this.peer = record.peerUin.toString()
this.subPeer = record.peerUid
}.build()
this.sender = Sender.newBuilder().apply {
Expand Down Expand Up @@ -284,7 +284,7 @@ internal object GlobalEventTransmitter : QQInterfaces() {
type: GroupMemberDecreasedNotice.GroupMemberDecreasedType
): Boolean {
pushNotice(NoticeEvent.newBuilder().apply {
this.type = NoticeEvent.NoticeType.GROUP_MEMBER_INCREASE
this.type = NoticeEvent.NoticeType.GROUP_MEMBER_DECREASE
this.time = time.toInt()
this.groupMemberDecrease = GroupMemberDecreasedNotice.newBuilder().apply {
this.groupId = groupCode
Expand Down

0 comments on commit 59d762e

Please sign in to comment.