🐛 Fix a bug.

This commit is contained in:
李寻欢
2023-12-07 22:38:49 +08:00
parent ccb0216484
commit 43ddd23258
2 changed files with 6 additions and 3 deletions

View File

@@ -33,6 +33,10 @@ type systemMsgDataXml struct {
// @description: 消息主体
type sysMsg struct{}
func (m Message) IsGroup() bool {
return strings.HasSuffix(m.FromUser, "@chatroom")
}
// IsPat
// @description: 是否是拍一拍消息
// @receiver m