fix: category labels showing up on infinite scroll on category page

regression from cross posting tpl change
This commit is contained in:
Barış Soner Uşaklı
2025-11-17 20:25:05 -05:00
parent aacd27ee32
commit dece0628bf

View File

@@ -216,9 +216,12 @@ define('topicList', [
'reputation:disabled': data['reputation:disabled'],
template: {
name: templateName,
[templateName]: true,
},
};
tplData.template[templateName] = true;
if (ajaxify.data.cid) {
tplData.cid = ajaxify.data.cid;
}
hooks.fire('action:topics.loading', { topics: topics, after: after, before: before });