Claire
Claire
I think “Please type [context-specific phrase] to confirm” with a short translatable context-specific phrase like in your screenshot would work, yeah. I'd add quotes around it. “block” or “block domain”...
I will do a proper review later, but this looks good to me!
If I read your report correctly, this is a feature request to be able to “follow” people in lists but have them not appear on the Home timeline. I changed...
This happens when a user (or its server) is silenced, in which case it will only generate notifications for people already following them. This means that if we allowed direct...
Going through the code, I've found one use of `IconButton` with non-0 `tabIndex`. This occurs in `app/javascript/mastodon/features/ui/components/actions_modal.js`, which if I remember correctly, is used in place of dropdown menus on...
> A user of my instance for trying / wrong ..etc, gave him to delete his account, I get in the admission, as a suspended account. I don't understand if...
Run, `User.where(email: '[email protected]')` in `RAILS_ENV=production bundle exec rails c`
Hm… alright, the email address has been blocked when you suspended it, then. Removing the block will be a bit annoying… open the Rails console (`RAILS_ENV=production bundle exec rails c`)...
Oh, the root issue is #16498. I thought this would have been fixed in a release by now :grimacing:
There is currently no interface to edit posts. This is on purpose as to give servers time to catch up with the protocol changes. Furthermore, we still have to improve...