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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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",
},
],
};