mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
digests: Ensure that the teaser_data can be JSON-serialized.
Leaving this as a set means that it fails in zerver.lib.send_email when serializing into a ScheduledEmail object.
This commit is contained in:
committed by
Tim Abbott
parent
7c849fa940
commit
438d2aa632
@@ -65,7 +65,7 @@ class DigestTopic:
|
||||
self.sample_messages,
|
||||
)
|
||||
return {
|
||||
"participants": self.human_senders,
|
||||
"participants": sorted(self.human_senders),
|
||||
"count": teaser_count,
|
||||
"first_few_messages": first_few_messages,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user