feat: fire filter:topics.getUnreadTids even if there are no urnead topics

isekai-main
Barış Soner Uşaklı 2 years ago
parent eef5778466
commit b81fd81af6

@ -67,7 +67,7 @@ module.exports = function (Topics) {
}
const data = await getTids(params);
if (uid <= 0 || !data.tids || !data.tids.length) {
if (uid <= 0) {
return data;
}

Loading…
Cancel
Save