Changed how posts are marked ephemeral

Этот коммит содержится в:
hmhealey
2016-02-03 12:12:10 -05:00
родитель 994358c31a
Коммит 70c3715b96
6 изменённых файлов: 17 добавлений и 15 удалений

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

@@ -342,8 +342,7 @@ class PostStoreClass extends EventEmitter {
// make sure to copy the post so that component state changes work properly
postList.posts[post.id] = Object.assign({}, post, {
state: Constants.POST_DELETED,
filenames: [],
ephemeral: true
filenames: []
});
}
}