minor bug fixes to pending posts

Этот коммит содержится в:
JoramWilander
2015-08-12 14:52:43 -04:00
родитель fa1491bbfb
Коммит 4866606eb7
2 изменённых файлов: 2 добавлений и 1 удалений

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

@@ -76,7 +76,7 @@ module.exports = React.createClass({
var channel = ChannelStore.get(this.state.channelId);
PostStore.storePendingPost(post);
PostStore.storeDraft(channel.id, userId, null);
PostStore.storeDraft(channel.id, null);
this.setState({messageText: '', submitting: false, postError: null, previews: [], serverError: null});
client.createPost(post, channel,