refactor: change to action:categories.updateRecentTid

v1.18.x
Barış Soner Uşaklı 5 years ago
parent ecd622fdf5
commit 6c59683b16

@ -35,7 +35,7 @@ module.exports = function (Categories) {
} }
await db.sortedSetAdd('cid:' + cid + ':recent_tids', Date.now(), tid); await db.sortedSetAdd('cid:' + cid + ':recent_tids', Date.now(), tid);
await plugins.fireHook('filter:categories.updateRecentTid', { cid: cid, tid: tid }); await plugins.fireHook('action:categories.updateRecentTid', { cid: cid, tid: tid });
}; };
Categories.updateRecentTidForCid = async function (cid) { Categories.updateRecentTidForCid = async function (cid) {

Loading…
Cancel
Save