Merge pull request #469 from mattermost/mm-1699

MM-1699 Refactored post handling/updating on both the client and server
Этот коммит содержится в:
Christopher Speller
2015-08-27 11:22:19 -04:00
родитель ea4beb7c45 041d89b85a
Коммит e1c09605dc
28 изменённых файлов: 1643 добавлений и 902 удалений

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

@@ -27,7 +27,7 @@ module.exports = React.createClass({
Client.updatePost(updatedPost,
function(data) {
AsyncClient.getPosts(true, this.state.channel_id);
AsyncClient.getPosts(this.state.channel_id);
window.scrollTo(0, 0);
}.bind(this),
function(err) {