Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve mutes #498

Open
3 tasks
staab opened this issue Dec 2, 2024 · 2 comments
Open
3 tasks

Improve mutes #498

staab opened this issue Dec 2, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@staab
Copy link
Collaborator

staab commented Dec 2, 2024

  • Allow users to hide the "show x hidden replies" bit for muted notes
  • Don't mute notes by the user's own pubkey
  • Hide muted parents in feeds (sometimes a reply to a muted note will show up, just remove it and its parent if the parent is muted).

nostr:nevent1qvzqqqqqqypzqnyqqft6tz9g9pyaqjvp0s4a4tvcfvj6gkke7mddvmj86w68uwe0qyghwumn8ghj7mn0wd68ytnvv9hxgtcpzamhxue69uhhyetvv9ujuurjd9kkzmpwdejhgtcppemhxue69uhkummn9ekx7mp0qyghwumn8ghj7mn0wd68ytnhd9hx2tcpzamhxue69uhk6mr9dd6jumn0wd68yvfwvdhk6tcqyr8kzdu4c9avfjyuxk8rmgzze8zf8tsed6watjjskf00sgc7rde5zjyzlap

@staab staab added the enhancement New feature or request label Dec 2, 2024
@staab staab added this to the 0.6.0 milestone Dec 2, 2024
@ticruz38
Copy link
Collaborator

  • The show x hidden replies only display when zooming on the note thread (in the modal). When showing replies, all of them are hidden by default. Do we remove that option in the modal as well?
  • Note can be muted by user or by the user pubkey via the PersonActions component, should I remove this possibility?

@staab
Copy link
Collaborator Author

staab commented Jan 14, 2025

Don't mute notes by the user's own pubkey

By this I mean don't mute the user's own notes if they match a muted word. Keep the mute action and setting.

The show x hidden replies only display when zooming on the note thread (in the modal). When showing replies, all of them are hidden by default. Do we remove that option in the modal as well?

Add a "hide_muted" setting to the content settings which doesn't factor in muted or low-wot notes into the "show x replies" button. The button will sometime still appear in the context of feeds, if not note detail pages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants