digest: Fix erroneous early return giving us only 1 hot conversation.

(imported from commit db1588bf98778ef838edd6de88fb1ba750251eae)
This commit is contained in:
Jessica McKellar
2013-12-13 14:26:44 -05:00
parent e85566cbb2
commit 70b8d09391

View File

@@ -76,7 +76,7 @@ def gather_hot_conversations(user_profile, stream_messages):
user_profile, first_few_messages)}
hot_conversation_render_payloads.append(teaser_data)
return hot_conversation_render_payloads
return hot_conversation_render_payloads
def gather_new_users(user_profile, threshold):
# Gather information on users in the realm who have recently