PERF: Enable new user card route by default (#9442)

https://meta.discourse.org/t/changes-to-the-user-card-data-source/139951
This commit is contained in:
David Taylor
2020-04-17 09:42:57 +01:00
committed by GitHub
parent 17c0c9652d
commit 576872a2d9
3 changed files with 198 additions and 6 deletions
@@ -141,7 +141,7 @@ export default Component.extend(CardContentsBase, CanCheckEmails, CleansUp, {
this.setProperties({ visible: true, loading: true });
const args = {
forCard: this.siteSettings.enable_new_user_card_route,
forCard: true,
include_post_count_for: this.get("topic.id")
};