Skip to content

Conversation

@kmitrovv
Copy link
Contributor

@kmitrovv kmitrovv commented Sep 23, 2025

BREAKING CHANGES: In feeds API own_follows and own_membership is removed from GetOrCreateFeedResponse and added to FeedResponse.

const response = await feed.getOrCreate(/**/);

// New syntax
console.log(response.feed.own_follows);
console.log(response.feed.own_membership);

@szuperaz szuperaz changed the title feat: [FEEDS-782] Move own_ to FeedResponse feat!: [FEEDS-782] Move own_ to FeedResponse Sep 23, 2025
@szuperaz szuperaz merged commit 04129f9 into main Sep 24, 2025
6 of 10 checks passed
@szuperaz szuperaz deleted the FEEDS-782/own-capabilities-feed-response branch September 24, 2025 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants