Skip to content

Commit

Permalink
Beta475 (#478)
Browse files Browse the repository at this point in the history
* beta447

* beta448

* beta449

* beta450

* beta451

* beta452

* beta453

* beta454

* beta455

* btea455

* beta456

* beta457

* beta458

* beta460

* beta460

* beta461

* beta462

* beta463

* beta464

* beta465

* beta467

* beta468

* beta469

* beta470

* beta471

* beta472

* beta473

* beta473

* beta475
  • Loading branch information
Hoshinonyaruko authored Aug 5, 2024
1 parent 4507e81 commit 0bf015e
Show file tree
Hide file tree
Showing 7 changed files with 187 additions and 138 deletions.
5 changes: 5 additions & 0 deletions Processor/ProcessGroupDelBot.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ func (p *Processors) ProcessGroupDelBot(data *dto.GroupAddBotEvent) error {
Time: timestampInt64,
UserID: userid64,
}
//增强配置
if !config.GetNativeOb11() {
Notice.RealUserID = data.OpMemberOpenID
Notice.RealGroupID = data.GroupOpenID
}
groupMsgMap := structToMap(Notice)
//上报信息到onebotv11应用端(正反ws)
go p.BroadcastMessageToAll(groupMsgMap, p.Apiv2, data)
Expand Down
Loading

0 comments on commit 0bf015e

Please sign in to comment.