mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
fix: fix the error
This commit is contained in:
parent
534a63f427
commit
ce32cc0305
@ -154,7 +154,8 @@ func (m *conversationServer) GetConversationList(ctx context.Context, req *pbcon
|
||||
resp = &pbconversation.GetConversationListResp{
|
||||
ConversationElems: []*pbconversation.ConversationElem{},
|
||||
}
|
||||
|
||||
log.ZDebug(ctx, "GetConversationList7.1", "conversation_isPinkTime", conversation_isPinkTime)
|
||||
log.ZDebug(ctx, "GetConversationList7.2", "conversation_notPinkTime", conversation_notPinkTime)
|
||||
m.conversationSort(conversation_isPinkTime, resp, conversation_unreadCount, conversationMsg)
|
||||
m.conversationSort(conversation_notPinkTime, resp, conversation_unreadCount, conversationMsg)
|
||||
log.ZDebug(ctx, "GetConversationList8", "seqs", req, "resp", resp)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user