Aumetra Weisman
Aumetra Weisman
And about the format question: Not sure if we should even wait (or use WebP), we could also just say "Screw Edge" and convert to AVIF unconditionally. Then again, I'm...
I'm going to (very sneakily) steal myself the issues for status translation and for "View status source", if that's okay with you
> I'd argue that it's a sensible measure to reset the votes when the post is updated I think doing something similar to what Mastodon does with updated reposts is...
A schema refactor was actually something I thought about for a while, especially in relation to #201, where we probably want the ActivityPub-specific things, like keypairs, stored away in separate...
We can somewhat successfully load external posts (attachments are missing, and sometimes, when fetching from, for example mstdn.social, we receive `400 Bad Request` responses)  Not sure why Pinafore interprets...
At least, in preparation for this change, we can add conditional public key parsing
@silverpill Not yet but I was thinking about restructuring parts of the table that stores ActivityPub data in the future, so part of the restructure could be an 1:N relationship...
Thanks for putting the idea here. I thought about using this pattern for the reasons you mentioned, making timeline computation cheaper. But yeah, as you said, there are a lot...
We could probably prototype a generic fan-out mechanism as a crate that just lives inside the `crates` directory for now, without enabling it by default (or make this a compile-time...
I generally agree with this sentimemnt, but even on small instances that are *very well* federated, the home timeline computation could take a while when done on-demand since, even with...