actions: Use get_system_bot in send_signup_message.

This commit is contained in:
Vishnu Ks 2017-07-19 16:14:55 +00:00 committed by Tim Abbott
parent f3c04f711d
commit 39c6ae6488
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ def send_signup_message(sender, signups_stream, user_profile,
)
# We also send a notification to the Zulip administrative realm
admin_realm = get_user_profile_by_email(sender).realm
admin_realm = get_system_bot(sender).realm
try:
# Check whether the stream exists
get_stream(signups_stream, admin_realm)