Allowing underscores in channel names. Added conversion of some slack channel names into valid mattermost names.

Этот коммит содержится в:
Christopher Speller
2015-09-14 12:04:57 -04:00
родитель b2378f433e
Коммит 7b3c2d6d85
4 изменённых файлов: 21 добавлений и 6 удалений

Просмотреть файл

@@ -35,7 +35,7 @@ export default class TeamImportTab extends React.Component {
var uploadHelpText = (
<div>
<p>{'Slack does not allow you to export files, images, private groups or direct messages stored in Slack. Therefore, Slack import to Mattermost only supports importing of text messages in your Slack team\'\s public channels.'}</p>
<p>{'The Slack import to Mattermost is in "Preview". Slack bot posts and channels with underscores do not yet import.'}</p>
<p>{'The Slack import to Mattermost is in "Preview". Slack bot posts do not yet import.'}</p>
</div>
);