Keep muted-account actions available in overflow menus #82

Open
opened 2026-07-11 21:43:34 +00:00 by starsetbyte · 0 comments
Owner

Problem

Muted accounts reportedly disappear from the account/post overflow menu. A muted account should not become impossible to unmute, and available actions should be derived from the account's current mute/block state rather than removing the menu entirely.

Surfaces to verify

  • Timeline post menu
  • Thread/post detail menu
  • Profile/account menu
  • Search results and notifications, if they expose the same actions

Acceptance criteria

  • A muted account still exposes the appropriate Unmute action.
  • Block, report, and other actions follow their independent policy and are not accidentally hidden by the mute state.
  • Menu state updates after mute/unmute without requiring a process restart.
  • Unit/Compose coverage covers muted, blocked, and both-muted-and-blocked combinations.
## Problem Muted accounts reportedly disappear from the account/post overflow menu. A muted account should not become impossible to unmute, and available actions should be derived from the account's current mute/block state rather than removing the menu entirely. ## Surfaces to verify - Timeline post menu - Thread/post detail menu - Profile/account menu - Search results and notifications, if they expose the same actions ## Acceptance criteria - A muted account still exposes the appropriate `Unmute` action. - Block, report, and other actions follow their independent policy and are not accidentally hidden by the mute state. - Menu state updates after mute/unmute without requiring a process restart. - Unit/Compose coverage covers muted, blocked, and both-muted-and-blocked combinations.
Sign in to join this conversation.
No description provided.