Compare commits

..

No commits in common. "7b7f9dcdb4b4297abbb5465e333ee0fce7a6c764" and "80a010680c7408551a79e39db11e3118a08f8e30" have entirely different histories.

View File

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