mirror of
https://github.com/flarum/core.git
synced 2025-08-06 16:36:47 +02:00
Implement hard deletion and rename soft delete to hide
This commit is contained in:
@@ -288,6 +288,10 @@ export default Ember.Component.extend({
|
||||
|
||||
loadRange: function(start, end, backwards) {
|
||||
this.get('stream').loadRange(start, end, backwards);
|
||||
},
|
||||
|
||||
postRemoved: function(post) {
|
||||
this.sendAction('postRemoved', post);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user