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
4 lines
81 B
Ruby
4 lines
81 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe SecureAccountSummary, type: :model do
|
|
end
|