mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-21 05:43:09 -06:00
Make redactions permanent
This commit is contained in:
parent
287700baee
commit
4f0b305368
|
|
@ -24,7 +24,7 @@ import (
|
|||
// 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.
|
||||
const redactionsArePermanent = false
|
||||
const redactionsArePermanent = true
|
||||
|
||||
type Database struct {
|
||||
DB *sql.DB
|
||||
|
|
|
|||
Loading…
Reference in a new issue