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,
|
||||
subType = if (duration == 0) NoticeSubType.LiftBan else NoticeSubType.Ban,
|
||||
operatorId = operation,
|
||||
userId = operation,
|
||||
userId = target,
|
||||
senderId = operation,
|
||||
target = target,
|
||||
groupId = groupCode,
|
||||
|
Loading…
x
Reference in New Issue
Block a user