adds predictive posting on the client

Этот коммит содержится в:
JoramWilander
2015-07-23 09:39:29 -04:00
родитель 4805608cc9
Коммит 32f7b50bb5
8 изменённых файлов: 190 добавлений и 36 удалений

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

@@ -377,6 +377,8 @@ module.exports.getPosts = function(force, id, maxPosts) {
post_list: data
});
PostStore.removeNonFailedPendingPosts(channelId);
module.exports.getProfiles();
},
function(err) {