During the last migration with Reddits API changes we grew from 1k MAU to 70k. So its possible that we reach 700k or even more. Though I hope the growth is more gradual this time because it was extremely stressful back then.
nutomic
As this is about software problems related to language handling, its better to discuss on the Github issue tracker. Or use the existing communities [email protected] or [email protected] where more people will see it.
Anyway Im currently making some fixes related to language handling. The first two will be backported to 0.19 and published in a new version soon.
Hmm so the Feed
actor mainly consists of a following collection and uses Add/Remove activities. This really sounds like it should be a Collection
and not an actor.
Opt-out on the other hand for public feeds specifically is something that I support. But then good luck having that supported on lemmy where almost all communities exist.
Lemmy already has a setting community.hidden
so that communities dont show up on the All feed. But this is not easy to access at the moment. I can fix that.
Ah its more complicated than I thought. We also have a similar or same feature on the roadmap, when I get to that it can federate with Piefed.
Neat, it federates. Seems to work similar to a normal community, so it should be easy to follow these feeds from Lemmy.
The next Lemmy version will automatically rewrite links to the local domain.
Originally account deletion would always delete your posts, comments and everything. This was changed in 0.19 to make the content deletion optional (otherwise a lot of posts and comments would disappear unnecessarily). Unfortunately we forgot to add the new option to the user interface for 0.19, but it was added probably around 0.19.4.
Its hard to say why the federation didnt work properly, maybe there was a network error, or a bug in older Lemmy versions that got fixed in the meantime. Or there is still a bug which only happens in some cases.
When deleting the account did you mark the checkbox "Delete all posts, comments and uploaded images"? Lemmy.world is running an old version so its possible that this is missing. Without that it is expected that only the profile gets deleted, while content is still available.
As for federated account deletion this is implemented and covered by test cases and should work in theory. However it is always possible that there is a bug. It would be helpful if you could open an issue with exact steps to reproduce. Use enterprise.lemmy.ml and ds9.lemmy.ml to test the latest version.
Keyword filters are work in progress: https://github.com/LemmyNet/lemmy/pull/5263