feat: schedule deprecation for action:category.loaded and action:category.loading. Use action:topics.loaded/ing instead

(or action:ajaxify.end if you are using it to check cid on page load)
This commit is contained in:
psychobunny
2021-07-12 13:05:06 -04:00
parent 07f25d8c47
commit 8ae4c30029

View File

@@ -6,6 +6,8 @@ define('hooks', [], () => {
temporary: new Set(),
deprecated: {
'action:script.load': 'filter:script.load', // 👋 @ 1.18.0
'action:category.loaded': 'action:topics.loaded',
'action:category.loading': 'action:topics.loading',
},
};