hotfix #93

Merged
李寻欢 merged 2 commits from hotfix into main 2024-07-29 09:16:53 +08:00

View File

@ -27,7 +27,7 @@ func Plugin() {
// 通知邀请入群消息到配置用户 // 通知邀请入群消息到配置用户
dispatcher.RegisterHandler(func(m *dto.Message) bool { dispatcher.RegisterHandler(func(m *dto.Message) bool {
flag, _ := m.IsInvitationJoinGroup() flag, _ := m.IsInvitationJoinGroup()
return flag return flag && !m.IsGroup()
}, plugins.NotifyInvitationJoinGroup) }, plugins.NotifyInvitationJoinGroup)
// 被移除群聊通知到配置用户 // 被移除群聊通知到配置用户
dispatcher.RegisterHandler(func(m *dto.Message) bool { dispatcher.RegisterHandler(func(m *dto.Message) bool {