DEV: Detect hbr topic list customizations (#29793)

This commit is contained in:
Jarek Radosz
2024-11-21 16:00:49 +01:00
committed by GitHub
parent db15e11cb9
commit 2589545623
17 changed files with 306 additions and 20 deletions

View File

@ -16,6 +16,10 @@ const DEPRECATION_WORKFLOW = [
handler: "silence",
matchId: "discourse.post-menu-widget-overrides",
},
{
handler: "silence",
matchId: "discourse.hbr-topic-list-overrides",
},
];
export default DEPRECATION_WORKFLOW;