Add option to keep evidence when suspending accounts
Fix #547 When selected, before the account's data is removed, some of it is denormalized into a separate, symmetrically-encrypted table. In particular: - The e-mail - All IPs used to access the account - SHA256 fingerprints of all uploaded files - URIs of accounts followed by or following the account - URIs of accounts that were invited
Showing
+234 -9
app/models/secure_account_summary.rb
0 → 100644
app/services/summarize_account_service.rb
0 → 100644
spec/models/secure_account_summary_spec.rb
0 → 100644
Please register or sign in to comment