mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
Fix humbug url
(imported from commit b0fb11acd5f957a71387fe997d292fd6a9d17f39)
This commit is contained in:
@@ -912,7 +912,7 @@ def do_send_missedmessage_email(user_profile, missed_messages):
|
||||
|
||||
template_payload = {'name': user_profile.full_name,
|
||||
'messages': messages_to_render,
|
||||
'url': 'https://www.humbughq.com'}
|
||||
'url': 'https://humbughq.com'}
|
||||
|
||||
senders = set(m.sender.full_name for m in missed_messages)
|
||||
sender_str = ", ".join(senders)
|
||||
|
||||
Reference in New Issue
Block a user