pleroma/lib
rinpatch 4286a383df Improve user deletion consistency
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
2021-02-24 18:52:39 +03:00
..
mix OpenAPI spec task: Load pleroma application to get version info 2021-02-09 22:10:09 +03:00
phoenix/transports/web_socket Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
pleroma Improve user deletion consistency 2021-02-24 18:52:39 +03:00