PLT-149 Removed the file list from (message deleted) placeholder posts

Этот коммит содержится в:
hmhealey
2015-09-16 12:02:29 -04:00
родитель d4887cef03
Коммит 5567651119

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

@@ -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);