diff --git a/contentcuration/kolibri_public/views_v1.py b/contentcuration/kolibri_public/views_v1.py index 2c0c4ef071..973915a651 100644 --- a/contentcuration/kolibri_public/views_v1.py +++ b/contentcuration/kolibri_public/views_v1.py @@ -108,7 +108,6 @@ def _get_channel_list_v1(params, identifier=None): ).filter( secret_token__token=identifier, channel__deleted=False, - channel__main_tree__published=True, ) if channel_version.exists(): # return early as we won't need to apply the other filters for channel version tokens