Nutomic
Nutomic
cc @dessalines @dullbananas
> Need to add logic to the API to reflect if a user is banned on their home instance, as we no longer use the person.banned column for remote bans...
Too complicated, we already have issues for user and post tags.
If there is unnecessary data we can definitely get rid of it for the next major version. Pull requests welcome.
Some are fixed here: https://github.com/LemmyNet/lemmy/pull/4058
Closing this as the question has been answered. Also see https://github.com/LemmyNet/lemmy/issues/2957
The thumbnail is stored which afaik is also used by other Activitypub platforms. Afaik other platforms including Mastodon dont federate link metadata in any way, but we could do it...
> This would already increase federating performance (and privacy!) by a great amount. Because as described in other issues, the reason why people lag behind can be of the slow...
> Firstly, doing this for existing users isn't really feasible at all from what I see because neither lemmy nor probably most other AP software has any mechanism for updating...
Here are some potential solutions. - Apparently our HTTP client doesnt keep connections alive. So by enabling that and other options we can get rid of some overhead. [Relevant code](https://github.com/LemmyNet/lemmy/blob/main/crates/api_common/src/request.rs#L33)...