You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user deletes themself, instead of deleting all their questions (and all answers attached to them) instead null the user on the question and turn them anonymous.
Motivation
With a lot of deletions happening now, people are wondering where their answers are going, and since we don't have soft-deletes, this also gets rid of a bunch of content that people actually want to archive.
The text was updated successfully, but these errors were encountered:
Pitch
When a user deletes themself, instead of deleting all their questions (and all answers attached to them) instead null the user on the question and turn them anonymous.
Motivation
With a lot of deletions happening now, people are wondering where their answers are going, and since we don't have soft-deletes, this also gets rid of a bunch of content that people actually want to archive.
The text was updated successfully, but these errors were encountered: