mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
Shamrock
: fix group ban user_id error
This commit is contained in:
parent
85aaa54e4e
commit
9d893b481d
@ -298,7 +298,7 @@ internal object GlobalEventTransmitter: BaseSvc() {
|
|||||||
type = NoticeType.GroupBan,
|
type = NoticeType.GroupBan,
|
||||||
subType = if (duration == 0) NoticeSubType.LiftBan else NoticeSubType.Ban,
|
subType = if (duration == 0) NoticeSubType.LiftBan else NoticeSubType.Ban,
|
||||||
operatorId = operation,
|
operatorId = operation,
|
||||||
userId = operation,
|
userId = target,
|
||||||
senderId = operation,
|
senderId = operation,
|
||||||
target = target,
|
target = target,
|
||||||
groupId = groupCode,
|
groupId = groupCode,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user