mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
closes #5694
This commit is contained in:
@@ -267,6 +267,7 @@ module.exports = function (Topics) {
|
|||||||
categories.markAsRead(cids, uid, next);
|
categories.markAsRead(cids, uid, next);
|
||||||
},
|
},
|
||||||
function (next) {
|
function (next) {
|
||||||
|
plugins.fireHook('action:topics.markAsRead', { uid: uid, tids: tids });
|
||||||
next(null, true);
|
next(null, true);
|
||||||
},
|
},
|
||||||
], callback);
|
], callback);
|
||||||
|
|||||||
Reference in New Issue
Block a user