Merge pull request #692 from hmhealey/plt149

PLT-149 Removed the file list from (message deleted) placeholder posts
Этот коммит содержится в:
Corey Hulen
2015-09-16 09:44:26 -07:00
родитель d4887cef03 5567651119
Коммит 1220a09858

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

@@ -297,6 +297,7 @@ class PostStoreClass extends EventEmitter {
post.message = '(message deleted)';
post.state = Constants.POST_DELETED;
post.filenames = [];
posts[post.id] = post;
this.storeUnseenDeletedPosts(post.channel_id, posts);