We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1db1f89 + 3a08bf5 commit 7bec60cCopy full SHA for 7bec60c
1 file changed
contentcuration/kolibri_public/views_v1.py
@@ -108,7 +108,6 @@ def _get_channel_list_v1(params, identifier=None):
108
).filter(
109
secret_token__token=identifier,
110
channel__deleted=False,
111
- channel__main_tree__published=True,
112
)
113
if channel_version.exists():
114
# return early as we won't need to apply the other filters for channel version tokens
0 commit comments