digest: Eliminate unneeded queries for hot convos.

We can easily keep track of messages by bucket from the
original loop through messages.
This commit is contained in:
Steve Howell
2018-11-11 17:46:21 +00:00
committed by Tim Abbott
parent 3091412806
commit cc33e4cd0c
3 changed files with 7 additions and 8 deletions

View File

@@ -40,7 +40,6 @@ FILES_WITH_LEGACY_SUBJECT = {
# TRY TO FIX THESE! If you can't fix them, try to
# add comments here and/or in the file itself about
# why sweeping subject is tricky.
'zerver/lib/digest.py',
'zerver/lib/onboarding.py',
'zerver/lib/stream_topic.py',