Loading src/app/modules/newsfeed/services/newsfeed.service.ts +3 −3 Original line number Original line Diff line number Diff line Loading @@ -27,9 +27,9 @@ export class NewsfeedService { channel = null, channel = null, clientMeta = {} clientMeta = {} ) { ) { if (!this.session.isLoggedIn()) { // if (!this.session.isLoggedIn()) { return; // return; } // } // if it's a boost we record the boost view AND the activity view // if it's a boost we record the boost view AND the activity view if (entity.boosted_guid) { if (entity.boosted_guid) { Loading Loading
src/app/modules/newsfeed/services/newsfeed.service.ts +3 −3 Original line number Original line Diff line number Diff line Loading @@ -27,9 +27,9 @@ export class NewsfeedService { channel = null, channel = null, clientMeta = {} clientMeta = {} ) { ) { if (!this.session.isLoggedIn()) { // if (!this.session.isLoggedIn()) { return; // return; } // } // if it's a boost we record the boost view AND the activity view // if it's a boost we record the boost view AND the activity view if (entity.boosted_guid) { if (entity.boosted_guid) { Loading