mirror of https://github.com/zulip/zulip.git
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:
parent
6addf79edb
commit
fbc11b141b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue