re: remove router of unsubscribeStatus.

This commit is contained in:
Gordon 2023-10-23 20:58:40 +08:00
parent ab8f5e9e98
commit b562380dff

View File

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