Commit a311deb7 authored by Ben's avatar Ben Committed by Xander Miller
Browse files

Forced public only entities to be returned to pro feeds #2446

parent 4f4221bf
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -166,6 +166,7 @@ export class ProChannelService implements OnDestroy {
        (this.currentChannel.pro_settings.featured_content || []).join(',') ||
        (this.currentChannel.pro_settings.featured_content || []).join(',') ||
        '',
        '',
      cache: true,
      cache: true,
      force_public: 1,
    };
    };


    const {
    const {
+2 −0
Original line number Original line Diff line number Diff line
@@ -146,6 +146,8 @@ export class ProChannelListComponent implements OnInit, OnDestroy {
      params.sync = 1;
      params.sync = 1;
    }
    }


    params.force_public = 1;

    let url = `api/v2/pro/content/${this.channelService.currentChannel.guid}/${this.type}`;
    let url = `api/v2/pro/content/${this.channelService.currentChannel.guid}/${this.type}`;


    try {
    try {