mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
digest: Fix erroneous early return giving us only 1 hot conversation.
(imported from commit db1588bf98778ef838edd6de88fb1ba750251eae)
This commit is contained in:
@@ -76,7 +76,7 @@ def gather_hot_conversations(user_profile, stream_messages):
|
|||||||
user_profile, first_few_messages)}
|
user_profile, first_few_messages)}
|
||||||
|
|
||||||
hot_conversation_render_payloads.append(teaser_data)
|
hot_conversation_render_payloads.append(teaser_data)
|
||||||
return hot_conversation_render_payloads
|
return hot_conversation_render_payloads
|
||||||
|
|
||||||
def gather_new_users(user_profile, threshold):
|
def gather_new_users(user_profile, threshold):
|
||||||
# Gather information on users in the realm who have recently
|
# Gather information on users in the realm who have recently
|
||||||
|
|||||||
Reference in New Issue
Block a user