From 3a08bf526d46b9b14d7cbf89f7eb80254c7bc5b3 Mon Sep 17 00:00:00 2001 From: Alex Velez Date: Wed, 22 Apr 2026 06:04:35 -0500 Subject: [PATCH] Fix lookup not finding draft tokens --- contentcuration/kolibri_public/views_v1.py | 1 - 1 file changed, 1 deletion(-) 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