mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-13 01:46:49 +02:00
feat(forums): topic owner or oper can delete topic
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
}
|
||||
|
||||
var post = new TopicsService(vm.postFields);
|
||||
post._forumId = vm.forum._id;
|
||||
post.forum = vm.forum._id;
|
||||
|
||||
post.$save(function (response) {
|
||||
successCallback(response);
|
||||
|
||||
Reference in New Issue
Block a user