Skip to main content

Muting users

Muting a user hides their posts from your feeds. Mutes are private — like Bookmarks, they are stored on the Bluesky AppView, rather than in your PDS. Muting a user is as easy as liking a post or following a user.

agent.mute
  await agent.mute(did)
ParameterTypeDescriptionRequired
didstringThe DID of the user to muteYes

Unmuting a user

Easy peasy:

agent.unmute
  await agent.unmute(did)
ParameterTypeDescriptionRequired
didstringThe DID of the user to un-muteYes