fix: fix the error

pull/1672/head
luhaoling 2 years ago
parent 534a63f427
commit ce32cc0305

@ -154,7 +154,8 @@ func (m *conversationServer) GetConversationList(ctx context.Context, req *pbcon
resp = &pbconversation.GetConversationListResp{ resp = &pbconversation.GetConversationListResp{
ConversationElems: []*pbconversation.ConversationElem{}, 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_isPinkTime, resp, conversation_unreadCount, conversationMsg)
m.conversationSort(conversation_notPinkTime, resp, conversation_unreadCount, conversationMsg) m.conversationSort(conversation_notPinkTime, resp, conversation_unreadCount, conversationMsg)
log.ZDebug(ctx, "GetConversationList8", "seqs", req, "resp", resp) log.ZDebug(ctx, "GetConversationList8", "seqs", req, "resp", resp)

Loading…
Cancel
Save