[Sprint/FunnyFrog] (feat): bring back boostfeed
closes #1368
0/1 discussion resolved
- Owner
added 58 commits
- bda99d36...f6915ada - 57 commits from branch
minds:master
- cd50e4ae - Merge remote-tracking branch 'upstream/master' into sprint/FunnyFrog.feat.bring-back-boostfeed
- bda99d36...f6915ada - 57 commits from branch
added 1 commit
- b3d321e1 - (fix): added poster and text saying "Showing boosts"
70 73 this.paramsSubscription.unsubscribe(); 71 74 } 72 75 73 load(refresh: boolean = false) { 76 async load(refresh: boolean = false) { 77 if (this.featuresService.has('es-feeds')) { 78 return await this.loadFromService(refresh); 79 } else { 80 return await this.loadLegacy(refresh); 81 } 82 } 83 84 async loadFromService(refresh: boolean = false) { - Developer
I think we should only use the legacy load() method here. The BoostedContent service relies on the /v2 endpoint which has limited functionality regarding offsetting. cc/ @markeharding
added MR::Awaiting Review label
closed