mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 18:07:38 +02:00
Merge branch 'develop' into activitypub
This commit is contained in:
@@ -207,3 +207,10 @@ Topics.bump = async (req, res) => {
|
||||
|
||||
helpers.formatApiResponse(200, res);
|
||||
};
|
||||
|
||||
Topics.move = async (req, res) => {
|
||||
const { cid } = req.body;
|
||||
await api.topics.move(req, { cid, ...req.params });
|
||||
|
||||
helpers.formatApiResponse(200, res);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user