mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add a way to flag a topic
This commit is contained in:
@@ -42,6 +42,10 @@ Discourse.AdminFlagsController = Ember.ArrayController.extend({
|
||||
});
|
||||
},
|
||||
|
||||
doneTopicFlags: function(item) {
|
||||
this.send('disagreeFlags', item);
|
||||
},
|
||||
|
||||
/**
|
||||
Deletes a post
|
||||
|
||||
|
||||
Reference in New Issue
Block a user