Renaud Chaput
Renaud Chaput
It is probably worth opening a feature request on their side. I think that for now it is better to have annotations than the errors in the log, but having...
@ClearlyClaire could we backport a commit with a manual change in the german translation JSON so its fixed in the next patch versions?
@BentiGorlich You will need to find this string in `app/javascript/mastodon/locales/de.json` (search for `media_gallery.toggle_visible`), update it to the proper translation (no plural form), then rebuild your assets (`rails assets:precompile`). After restarting...
The Social WG published a document on this topic, with some strategies about how to upgrade without breaking compatibility: https://swicg.github.io/activitypub-http-signature/ This is on our roadmap, but no idea when we...
As implied in the message above, we do not know when we will be able to have a go at this, neither how we will proceed.
The new full text search allows to search for all the content from accounts that opted-into being indexable (and are known to your instance).
If the instance is configured with the new "automatic" theme, then it will respect the system preference for unlogged users.
Duplicate of https://github.com/mastodon/mastodon/issues/7692
Thanks for your work on this! The state of the Dockerfile is quite bad and every attempt to improve it is good. There are multiple PRs trying to improve things,...
@mperham Hi Mike! This change has a potentially large impact on Sidekiq's performance for Mastodon. We spawn a lot of jobs (around 100M per day on mastodon.social), with huge spikes...