FEATURE: Track views on user profile card as profile views.

This commit is contained in:
Guo Xiang Tan 2017-03-16 10:57:16 +08:00
parent 0a87547cbc
commit 65c000ad74

View File

@ -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) {