Skip to content

Commit

Permalink
update logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Aug 22, 2024
1 parent a335889 commit 1f3752d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/rpc/conversation/conversaion.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ func (c *conversationServer) SetConversations(ctx context.Context, req *pbconver
if len(conversationList) != 0 {
conversationMap[userID] = conversationList[0]
} else {
conversationMap[userID] = &dbModel.Conversation{}
needUpdateUsersList = append(needUpdateUsersList, userID)
}
}

Expand Down

0 comments on commit 1f3752d

Please sign in to comment.