Results 9 comments of wont-work

this (?) is a part of the reason why federation with misskey and it's forks are broken. misskey expects a type:Image* with a url field, but lemmy sends a type:Link...

> Thats good to know, thanks for pointing it out. I added a commit to #4035 to federate images as Activitypub `Image` type instead of `Link`. If you need any...

This would break ActivityPub compatibility, wouldn't it? Not sure if that's a tradeoff the devs are willing to consider yet.

Some of the issues I encountered building mine (which now that I have selfhosting set up I may bring up a public instance of) is that: - It is impossible...

It might make more sense to list those in `__all__` inside `__init__.py` explicitly. That *should* get rid of this error without changing any end-user code.

I am currently using SelectMany, but by itself it can't go beyond a single layer of arrays, which is the behavior I need. I could iterate through everything myself but...

What counts as "federated"? Does a simple fetch count as federation? A read-only interaction (i.e. follow)? Or an actual write (vote, post, comment, ...) If it's anything but the very...

Can't reproduce: `2025.05.10.452b036` works on `next.iceshrimp.dev`

to anyone interested, it's possible to "manually" do what this PR does on your own code, until it gets merged: https://codeberg.org/KittyShopper/outpost/src/commit/3d8f0af997d3963ba552efe7ef9aec9b81d61a05/Outpost/Core/Util/OpenApi.cs#L135-L155