remove null interface.

This commit is contained in:
Monet Lee 2024-08-23 17:43:19 +08:00
parent 9d9b963278
commit 7e1786e8cf

View File

@ -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")
}