Skip to content

Commit

Permalink
Permenantly add coral queue to queuesToIgnore
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Oct 29, 2020
1 parent ab3cb8a commit b1d258b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions api/ECNQueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]



Expand Down

0 comments on commit b1d258b

Please sign in to comment.