From 62818877c7054eb6e1714d6825a69107c45638b1 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Thu, 13 Apr 2023 18:41:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/chat/modelChat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/chat/modelChat.go b/modules/chat/modelChat.go index cef420cdc..6b9bdd477 100644 --- a/modules/chat/modelChat.go +++ b/modules/chat/modelChat.go @@ -117,7 +117,7 @@ func (this *modelChatComp) getChatQueue(channel pb.ChatChannel, stag, union stri this.addChatMsg(key, int64(max_chat), result...) } } - } else { + } else if err != nil { this.module.Errorf("err:%v", err) } return