mirror of https://github.com/zulip/zulip.git
slack importer: Change 'restricted_to_domain' to False.
Slack has no email domain restriction, as per 'Step 4 — Invite members to your workspace', https://get.slack.help/hc/en-us/articles/217626298-Getting-started-for-workspace-creators. Hence, we should not be hard coding this term to 'True'.
This commit is contained in:
parent
61dad0701a
commit
3006f1eedf
|
@ -8,7 +8,7 @@
|
|||
"email_changes_disabled": false,
|
||||
"deactivated": false,
|
||||
"notifications_stream": null,
|
||||
"restricted_to_domain": true,
|
||||
"restricted_to_domain": false,
|
||||
"show_digest_email": true,
|
||||
"allow_message_editing": true,
|
||||
"description": "The Zulip development environment default organization. It's great for testing!",
|
||||
|
|
Loading…
Reference in New Issue