slack importer: Add 'realm_name_in_notifications' field in zerver_userprofile.

This was recently added in b875fe07eb and
hence should be updated here.
This commit is contained in:
Rhea Parekh 2018-02-09 04:29:00 +05:30 committed by Tim Abbott
parent 6addf79edb
commit fbc11b141b
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ def users_to_zerver_userprofile(slack_data_dir: str, users: List[ZerverFieldsT],
enable_digest_emails=True,
last_pointer_updater="",
email=email,
realm_name_in_notifications=False,
date_joined=timestamp,
last_reminder=timestamp,
is_superuser=False,