DEV: Silence header upgrade deprecations for now (#25947)

We'll unsilence once we've published a clear upgrade path.
This commit is contained in:
David Taylor 2024-02-29 00:36:23 +00:00 committed by GitHub
parent 9acb4f55f2
commit 53069fcb8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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