4286a383df
An attempt to ensure something like https://git.pleroma.social/pleroma/pleroma/-/issues/1415 does not happen or is at least debuggable. - Deactivate the user before deletion to ensure no new posts/follows can be made during it - Run the deletion in a transaction. This should reduce performance impact of a deletion since it will only use a single connection. Also makes sure an account cannot get stuck in a weird state between deleted and active. Made it possible to disable though, in case someone hits the issue mentioned above. - Log more errors |
||
---|---|---|
.. | ||
benchmark.exs | ||
config.exs | ||
description.exs | ||
dev.exs | ||
docker.exs | ||
dokku.exs | ||
emoji.txt | ||
prod.exs | ||
test.exs |