Moderating Own Threads
This guide illustrates how users can moderate conversations on their own threads.
Hide a Reply
The Lens API allows you to hide replies to your own posts. This feature only affects the data returned by the API; the replies still exist on-chain.
- GraphQL
- React
- TypeScript
Use the hideReply mutation to hide a reply on your post. To undo this action, use the unhideReply mutation.
You MUST be authenticated as Account Owner or Account Manager to make this request.
That's it—the reply is now hidden from your post.