remove null interface.

pull/2552/head
Monet Lee 1 year ago
parent 9d9b963278
commit 7e1786e8cf

@ -711,9 +711,3 @@ func (c *conversationServer) GetConversationsNeedDestructMsgs(ctx context.Contex
return &pbconversation.GetConversationsNeedDestructMsgsResp{Conversations: convert.ConversationsDB2Pb(temp)}, nil
}
// SetConversationMinSeq implements conversation.ConversationServer.
func (c *conversationServer) SetConversationMinSeq(context.Context, *pbconversation.SetConversationMinSeqReq) (*pbconversation.SetConversationMinSeqResp, error) {
_ = c.config
panic("unimplemented")
}

Loading…
Cancel
Save