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:
Rhea Parekh 2018-01-25 02:08:14 +05:30 committed by Tim Abbott
parent 61dad0701a
commit 3006f1eedf
1 changed files with 1 additions and 1 deletions

View File

@ -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!",