Nutomic
Nutomic
In this mode, Lemmy would not insert new posts, comments or votes directly into the page, but just show an "update" button which inserts all the new items once clicked....
At the moment we use the database ID as the activitypub ID, which means we have to first insert the new user/community/post/comment into the database, wait for that to finish...
Yesterday I posted an [announcement](https://lemmy.ml/post/1216911) telling admins of large instances that they need to increase the "federation worker count". These workers are needed to send outgoing federated actions. Since then...
Fixes https://github.com/LemmyNet/lemmy/issues/2955
It can only be used to create normal user accounts, but the route should still be disabled. https://lemmy.ml/setup https://ds9.lemmy.ml/setup via https://lemmy.ml/post/717182/comment/373149
Maybe this will fix problems with wrong code being built. https://github.com/woodpecker-ci/woodpecker/issues/1716 Edit: Had to fix some syntax errors. Now it seems okay, but is failing with [invalid or missing image](https://woodpecker.join-lemmy.org/LemmyNet/lemmy/pipeline/201)....
It requires [manual action](https://lemmy.ml/post/1216911) from large instance admins to allow scaling. In reality these workers are very lightweight, lemmy.ml was running up to 200.000 in parallel on an 8c vps,...
Mainly to help mods/admins to keep track of warnings. They should probably be shown in the user profile (only for mods/admins), and in the mod log (for everyone). The warning...