mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-21 13:53:09 -06:00
Update storage.go
This commit is contained in:
parent
4f0b305368
commit
8ed6c6c7f3
|
|
@ -22,8 +22,6 @@ import (
|
||||||
// will be necessary for compliance with the law. Note that downstream components (syncapi) WILL delete information
|
// will be necessary for compliance with the law. Note that downstream components (syncapi) WILL delete information
|
||||||
// in their database on receipt of a redaction. Also note that we still modify the event JSON to set the field
|
// in their database on receipt of a redaction. Also note that we still modify the event JSON to set the field
|
||||||
// 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.
|
|
||||||
const redactionsArePermanent = true
|
const redactionsArePermanent = true
|
||||||
|
|
||||||
type Database struct {
|
type Database struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue