sg notification

This commit is contained in:
wangchuxiao
2023-05-18 15:41:08 +08:00
parent 2358ec3d90
commit 70758c306a
7 changed files with 27 additions and 23 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ func IsNotification(conversationID string) bool {
func GetNotificationConvetstionID(conversationID string) string {
l := strings.Split(conversationID, "_")
if len(l) > 2 {
if len(l) > 1 {
l[0] = "n"
return strings.Join(l, "_")
}