mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 18:33:28 -05:00
Wraps the post widget lookup in `withSilencedDeprecations` to suppress noisy `post-stream-widget-overrides` warnings when the checklist plugin accesses the legacy post stream widget. The deprecation warning was being triggered when incompatible extensions forced the use of the legacy widget post-stream, even though the code already properly handles the Glimmer Post Stream case. This change maintains the existing functionality while eliminating unnecessary console noise.