Skip to content

Commit

Permalink
fix: group messages sync failed. (#1720)
Browse files Browse the repository at this point in the history
* fix: add notifications for some notifications.

* fix: modify dismissed group's status.

* fix: Adjust the logic in multiTerminalLoginChecker to prevent onlineUserNum from decreasing below zero, thereby avoiding negative values.

* fix: group messages sync failed.
  • Loading branch information
FGadvancer authored Jan 9, 2024
1 parent 3ff5888 commit 535ae19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/common/db/controller/conversation.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ func (c *conversationDatabase) CreateGroupChatConversation(ctx context.Context,
for _, v := range existConversationUserIDs {
cache = cache.DelConversations(v, conversationID)
}
return c.cache.ExecDel(ctx)
return cache.ExecDel(ctx)
})
}

Expand Down

0 comments on commit 535ae19

Please sign in to comment.