DEV: Unsilence header-related deprecations (#26173)

https://meta.discourse.org/t/296544
This commit is contained in:
David Taylor
2024-03-14 11:03:03 +00:00
committed by GitHub
parent 44f6b24e34
commit 6da176580b

View File

@@ -18,13 +18,5 @@ globalThis.deprecationWorkflow.config = {
handler: "silence",
matchId: "deprecate-implicit-route-model",
},
{
handler: "silence",
matchId: "discourse.add-header-panel",
},
{
handler: "silence",
matchId: "discourse.header-widget-overrides",
},
],
};