Commit 3ea249c0 authored by Mark Harding's avatar Mark Harding
Browse files

(chore): record post views when logged out too

parent 685d7ba4
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -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) {