mirror of https://github.com/zulip/zulip.git
Fix humbug url
(imported from commit b0fb11acd5f957a71387fe997d292fd6a9d17f39)
This commit is contained in:
parent
cb8e1147e2
commit
246b4a8459
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue