PLT-7: Refactoring frontend (chunk 11)
- channel view - Added translations for previous commits - Fix bug on signup_team email body
Этот коммит содержится в:
@@ -446,7 +446,7 @@ class PostStoreClass extends EventEmitter {
|
||||
posts = {};
|
||||
}
|
||||
|
||||
post.message = '(message deleted)';
|
||||
post.message = this.delete_message;
|
||||
post.state = Constants.POST_DELETED;
|
||||
post.filenames = [];
|
||||
|
||||
@@ -581,6 +581,9 @@ class PostStoreClass extends EventEmitter {
|
||||
|
||||
return commentCount;
|
||||
}
|
||||
deleteMessage(msg) {
|
||||
this.delete_message = msg;
|
||||
}
|
||||
}
|
||||
|
||||
var PostStore = new PostStoreClass();
|
||||
|
||||
Ссылка в новой задаче
Block a user