Make redactions permanent

This commit is contained in:
Neil Alexander 2020-08-25 15:12:48 +01:00
parent 287700baee
commit 4f0b305368
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -24,7 +24,7 @@ import (
// unsigned.redacted_because - we just don't clear out the content fields yet. // unsigned.redacted_because - we just don't clear out the content fields yet.
// //
// If this hasn't been done by 09/2020 this should be flipped to true. // If this hasn't been done by 09/2020 this should be flipped to true.
const redactionsArePermanent = false const redactionsArePermanent = true
type Database struct { type Database struct {
DB *sql.DB DB *sql.DB