Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make remove content optional during account deletion (fixes #1617) #3817

Merged
merged 8 commits into from
Aug 28, 2023

Conversation

Nutomic
Copy link
Member

@Nutomic Nutomic commented Aug 4, 2023

It should be possible to delete a user account without wiping all posts and comments. This can also reduce server load.

Requires a new lemmy-js-client version for api tests.

.await?;
} else {
Person::delete_account(&mut context.pool(), local_user_view.person.id).await?;
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was called from the federation code for some reason.

@dessalines
Copy link
Member

Mmmk, I'll start an RC for that.

@dessalines
Copy link
Member

dessalines commented Aug 8, 2023

Okay the new lemmy-js-client is started at 0.19.0-rc.2 . CI is a little backed up at the moment tho.

@Nutomic
Copy link
Member Author

Nutomic commented Aug 8, 2023

Updated. Locally Im still getting the same test failure, lets see if it works in ci.

@dessalines dessalines enabled auto-merge (squash) August 22, 2023 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants