Commit 6b18a97a authored by Ben Hayward's avatar Ben Hayward

Changed endpoint for content feed

1 merge request!501[Sprint/LuckyLizard](fix) Boost console feed #1596
Pipeline #79843686 running with stages
......@@ -78,7 +78,7 @@ export class BoostConsoleBooster {
this.feedsService
.setEndpoint(
this.type === 'content'
? `api/v2/feeds/container/${this.minds.user.guid}/channels`
? `api/v2/feeds/container/${this.minds.user.guid}/all`
: `api/v2/feeds/container/${this.minds.user.guid}/activities`
)
.setParams({ sync: true })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment