glitch-soc / mastodon

A glitchy but lovable microblogging server
https://glitch-soc.github.io/docs/
GNU Affero General Public License v3.0
688 stars 184 forks source link

option to block an instance from the post menu #2009

Open mayklt opened 1 year ago

mayklt commented 1 year ago

Steps to reproduce the problem

  1. use the glitch flavour
  2. click on the post options menu
  3. see no option to block the instance domain
  4. cry a little (optional)

Expected behaviour

in vanilla mastodon, you can block an instance domain as a user

Actual behaviour

if using glitch, you dont get that option

Detailed description

Sorry if this is intended and not a bug, but was curious as to why the option isnt available when using the glitch flavour.

Specifications

Mastodon 4.0.2+glitch

thedeadparrot commented 1 year ago

I ran into this today, too. There's some missing actions for this in the glitch flavor that should be possible to add back in.

vanilla mastodon: https://github.com/mastodon/mastodon/blob/main/app/javascript/mastodon/features/status/components/action_bar.js#L38-L39 glitch: https://github.com/glitch-soc/mastodon/blob/main/app/javascript/flavours/glitch/features/status/components/action_bar.js

It seems like there's a few other missing actions like unmute and unblock that could also be synced up. I am not set up to do dev work, but if no one else tackles it before the weekend, I could try to submit a PR back upstream to fix this.

ClearlyClaire commented 1 year ago

See #1248 for why the menus are different. I haven't seen a complaint on upstream's behavior though, so maybe those concerns are unfounded.