mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 20:18:23 -05:00
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:
@@ -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")
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user