re: remove router of unsubscribeStatus.

This commit is contained in:
Gordon 2023-10-23 21:03:16 +08:00
parent b562380dff
commit 1c43f120d7

View File

@ -112,7 +112,7 @@ func (c *conversationServer) SetConversation(ctx context.Context, req *pbconvers
return resp, nil
}
//nolint:gocognit
//nolint
func (c *conversationServer) SetConversations(ctx context.Context,
req *pbconversation.SetConversationsReq,
) (*pbconversation.SetConversationsResp, error) {