mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
DEV: Detect hbr topic list customizations (#29793)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user