mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Track views on user profile card as profile views.
This commit is contained in:
parent
0a87547cbc
commit
65c000ad74
@ -116,7 +116,6 @@ export default Ember.Component.extend(CleansUp, {
|
||||
|
||||
const args = { stats: false };
|
||||
args.include_post_count_for = this.get('topic.id');
|
||||
args.skip_track_visit = true;
|
||||
|
||||
User.findByUsername(username, args).then(user => {
|
||||
if (user.topic_post_count) {
|
||||
|
Loading…
Reference in New Issue
Block a user