From b1d258b7c281434c9241701a60883a3ecfd819ec Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Thu, 29 Oct 2020 15:14:25 -0400 Subject: [PATCH] Permenantly add coral queue to queuesToIgnore --- api/ECNQueue.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/api/ECNQueue.py b/api/ECNQueue.py index 1d28a59..ffc5ac0 100644 --- a/api/ECNQueue.py +++ b/api/ECNQueue.py @@ -46,12 +46,7 @@ queueDirectory = os.path.join(currentFileDirectoryParent, "q-snapshot") # Queues to not load in getQueues() -queuesToIgnore = ["archives", "drafts", "inbox"] - -# TODO: Investigate coral items not having a From header -# B/c some items don't have a From field -# See coral259 -queuesToIgnore.append("coral") +queuesToIgnore = ["archives", "drafts", "inbox", "coral"]