mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
conversation
This commit is contained in:
parent
3d5876a8c0
commit
3391bd8322
@ -492,6 +492,7 @@ func GetUserAllConversationList(ownerUserID string) ([]db.Conversation, error) {
|
||||
return nil, err
|
||||
}
|
||||
var conversationList []db.Conversation
|
||||
log.NewDebug("", utils.GetSelfFuncName(), IDList)
|
||||
for _, conversationID := range IDList {
|
||||
conversation, err := GetConversationFromCache(ownerUserID, conversationID)
|
||||
if err != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user