Skip to content

how do i delete a remote user and all their posts? #8539

Answered by Johann150
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

If you want to delete a user, you will have to manually delete them in the database. Note however that they might federate to your instance again in the future in which case Misskey will treat the user as any other newly recognized user, and will not remember that you suspended the user before.

Note also that any content by a suspended user can only be viewed on your instance by administrators or moderators, so just suspending a user may be more desirable.

If you delete the user's record from the user table, their notes will be automatically deleted by PostgreSQL due to a foreign key constraint.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@ghost
Comment options

@Johann150
Comment options

Answer selected
Comment options

You must be logged in to vote
1 reply
@spirillen
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants