Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 20, 2026

Changes

feedByIds was filtering out share posts from SourceType.User due to filtering out non-publich threshold sources.

  • Disable public threshold filter for feedByIds: Set removeNonPublicThresholdSquads: false since explicit ID queries should bypass source visibility rules

Example link

https://app.daily.dev/feed-by-ids?id=088gbJeif&id=yqIOzOa7R

ENG-262

Original prompt

The feedByIds does not return "share" posts from user source "SourceUser"


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@CLAassistant
Copy link

CLAassistant commented Jan 20, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ omBratteng
❌ Copilot
You have signed the CLA already but the status is still pending? Let us recheck it.

Copilot AI and others added 2 commits January 20, 2026 13:38
…icThreshold filter

Co-authored-by: omBratteng <1681525+omBratteng@users.noreply.github.com>
…t types

Co-authored-by: omBratteng <1681525+omBratteng@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix feedByIds to return share posts from SourceUser Fix feedByIds to return share posts from user sources Jan 20, 2026
Copilot AI requested a review from omBratteng January 20, 2026 13:59
@omBratteng omBratteng changed the title Fix feedByIds to return share posts from user sources fix: feedByIds to return share posts from user sources Jan 20, 2026
@omBratteng omBratteng marked this pull request as ready for review January 20, 2026 15:07
@omBratteng omBratteng requested review from a team and capJavert as code owners January 20, 2026 15:07
(ctx, args, { limit, offset }, builder) =>
builder.limit(limit).offset(offset),
{
removeNonPublicThresholdSquads: false,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The culprit 🤦‍♂️

@omBratteng
Copy link
Member

leaving as is, and let filter them out in briefing instead

@omBratteng
Copy link
Member

@omBratteng omBratteng closed this Jan 20, 2026
@omBratteng omBratteng deleted the copilot/fix-feedbyids-share-posts branch January 20, 2026 22:25
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