Profile replies tab doesn't switch from posts to replies #48

Open
opened 2026-06-23 23:54:54 +00:00 by starsetbyte · 0 comments
Owner

What happened

Tapping the "Replies" tab on a profile view doesn't switch the content — it stays showing posts. The "Media" tab works correctly.

Expected

Tapping "Replies" should show the profile's replies (via app.bsky.feed.getAuthorFeed with the replies filter).

Reported by

Audrey (external tester, via app password auth, PDS: shimeji.us-east.host.bsky.network)

Notes

  • Media tab works, so the tab state toggle mechanism itself may be fine — likely something specific to the replies filter or the data fetch not being triggered on tab switch
  • May be related to the state toggle swallowing the change event for the replies case
## What happened Tapping the "Replies" tab on a profile view doesn't switch the content — it stays showing posts. The "Media" tab works correctly. ## Expected Tapping "Replies" should show the profile's replies (via `app.bsky.feed.getAuthorFeed` with the replies filter). ## Reported by Audrey (external tester, via app password auth, PDS: `shimeji.us-east.host.bsky.network`) ## Notes - Media tab works, so the tab state toggle mechanism itself may be fine — likely something specific to the replies filter or the data fetch not being triggered on tab switch - May be related to the state toggle swallowing the change event for the replies case
Sign in to join this conversation.
No description provided.