Claire
Claire
After a quick investigation, I believe this is a glitch-soc issue, see https://github.com/glitch-soc/mastodon/pull/2063
It's controlled by `peers_api_enabled`, which it seems has disappeared from the admin UI in #19407
Other settings that seem to have been nuked with that design change are: - `preview_sensitive_media` - `activity_api_enabled` I am personally in favor of adding them back to the admin interface,...
> The peers API does not say who you're federating with, just who you are aware exists. That's true, except in limited federation mode the two are pretty much the...
This wouldn't actually do much, because the delivery itself is not done by `UnfollowFollowWorker` but by the jobs it itself queues. As for using a concern, I decided this was...
Hi, I can't see any way to trigger it on my end, but given that we don't have tests for `tootctl` and it's the only thing you touched, I would...
They would not be re-fetched when accessing the profiles, but when refreshing it, which occur on certain interactions, or can be re-triggered by pasting the remote user's URL in the...
> Could I ask for a bit more detail about "certain interactions"? User to user interactions such as reply, boost and fav? Or something systemwise? Sorry for bugging around. Mentioning...
It sounds like a duplicate of #17003. `url` is meant to represent the same object as `uri` in potentially different representations (e.g. HTML vs ActivityStreams), but apparently Lemmy is still...
Does your instance includes commits 4ae97a2e4c4bea850c95a523e84e0424e7c18ffd (PR #20958) and 48e136605a30fa7ee71a656b599d91adf47b17fc (PR #20962)? I don't have SSO enabled, so it is a pain to try, but I'm not able to reproduce...