populate_db: Add contact email for `RemoteZulipServer`.

We need it `get_email` for remote billing sessions.
This commit is contained in:
Aman Agrawal 2023-12-06 17:40:08 +00:00 committed by Tim Abbott
parent 24d6ae83c2
commit 771f8a3542
1 changed files with 1 additions and 0 deletions

View File

@ -390,6 +390,7 @@ class Command(BaseCommand):
api_key=settings.ZULIP_ORG_KEY,
hostname=settings.EXTERNAL_HOST,
last_updated=timezone_now(),
contact_email="remotezulipserver@zulip.com",
)
update_remote_realm_data_for_server(server, get_realms_info_for_push_bouncer())