ELSEIF
Your brief EB
349 stories from 93 feeds 184 clusters Refreshed 13 minutes ago next pull 22:21

PLATFORMS Signal 328

Bluesky now lets you hide reposts from that annoying person you follow

Bluesky added a toggle that lets users suppress reposts from any specific account in their feed.

WHY IT MATTERS

Engineers building on Bluesky will need to accommodate a new client-side setting that filters out reposts on a per-author basis. The change does not affect the underlying post data, so existing APIs remain usable, but UI components must expose the hide-reposts action. The filter applies only to reposts shown in the main feed, leaving original posts and other contexts untouched.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

A profile menu now includes a ‘Hide reposts in feeds’ option for individual users.

02

The filter operates solely on reposts within the feed; original posts from the same account still appear.

03

Implementation requires only a UI addition, no new API endpoints or data model changes are announced.

THE READ

What the cluster adds up to.

ORIGINAL ANALYSIS

Bluesky introduced a user-controlled setting that lets each account decide whether to see reposts from a particular followee. The option is accessed via the three-dot menu on the target profile, mirroring a similar control on another platform. This gives end users a finer grain of feed curation without altering the core content delivery pipeline.

From a development perspective, the change is confined to the client layer. No new server-side endpoints or payload formats are mentioned, so existing feed-fetching logic can remain unchanged. The only requirement is to render the toggle and honor the user’s preference when rendering the feed list.

The hide-reposts flag applies exclusively to the main feed view. It does not suppress the original posts of the muted account, nor does it affect reposts that might appear in notifications, search results, or third-party integrations. Engineers should be aware that any downstream services that repurpose feed data will still receive the full set of reposts unless they also respect the new client flag.

Because the feature is a per-author setting, it scales linearly with the number of accounts a user chooses to mute. There is no indication of rate limits or performance impact, but UI designers should consider how to present potentially long lists of hidden accounts. The toggle’s simplicity suggests minimal overhead for both the client and the server.

Overall, the addition improves user experience by reducing unwanted noise, while keeping the platform’s data model stable. Teams maintaining Bluesky clients will need to add the hide-reposts control and ensure the feed renderer filters accordingly, but no broader architectural changes appear necessary.

Written by elseif from the cluster below · checked for specifics the sources never contained

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
The Verge Bluesky now lets you hide reposts from that annoying person you follow Open ↗