mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
a23773f83d
We need to start printing deprecation notices when the `show_in_ui` argument is used because it works only for the old about page which will be removed soon. For the new about page, we've introduced a new API `addAboutPageActivity` which is more flexible than a true/false argument on the server side. Internal topic: t/136551.