mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
email mirror: Fix missing variable for logging.
This commit is contained in:
@@ -163,6 +163,7 @@ def send_to_missed_message_address(address: str, message: message.Message) -> No
|
||||
user_profile.realm, user_profile, stream,
|
||||
subject_b.decode('utf-8'), body
|
||||
)
|
||||
recipient_str = stream.name
|
||||
elif recipient.type == Recipient.PERSONAL:
|
||||
display_recipient = get_display_recipient(recipient)
|
||||
assert not isinstance(display_recipient, str)
|
||||
|
||||
Reference in New Issue
Block a user