mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 20:15:44 +08:00

1. `addRawTemplate` is called too early for deprecation handlers to process its deprecation call, so toggle the hbr flag directly 2. move the deprecation handler to an initializer so that other (non-template) calls are always handled 3. move the debug logging to the handler