[Sprint/LuckyLizard](fix) Boost console feed #1596
Closes #1596
Try the create boost button for the different pages here https://fix-boost-console-feed-1596.minds.io/boost/console/newsfeed/create
0/1 thread resolved
added Squad::Green scoped label
added MR::Awaiting Review scoped label
- Last updated by Ben Hayward
59 .then((responses: any[]) => { 60 this.loaded = true; 61 this.inProgress = false; 62 63 this.posts = responses[0].activity || []; 64 this.media = responses[1].entities || []; 65 // this.posts = []; 66 // this.media = []; 67 this.loadComponent(); 68 }) 69 .catch(e => { 70 this.inProgress = false; 71 return false; 72 }); 69 this.feedsService 70 .setEndpoint( - Owner
should this not be
api/v2/feeds/container/${this.channel.guid}/${this.type}
?Edited by Mark Harding - Developer
I was unaware of this endpoints existence. Will look into it, if its what I think it is, it'll be much better.
mentioned in issue #1596
marked as a Work In Progress
changed the description
unmarked as a Work In Progress
- Developer
I tested this and it looks good. Once you address Mark's comment above, I will give it my approval.
Edited by Brian Hatchet