Update the cache with the redacted event

This commit is contained in:
Till Faelligen 2023-03-03 14:49:41 +01:00
parent 9bcd0a2105
commit 56b28b01db
No known key found for this signature in database
GPG Key ID: 3DF82D8AB9211D4E
1 changed files with 3 additions and 0 deletions

View File

@ -1019,6 +1019,9 @@ func (d *EventDatabase) MaybeRedactEvent(
if err != nil {
return fmt.Errorf("d.RedactionsTable.MarkRedactionValidated: %w", err)
}
d.Cache.StoreRoomServerEvent(redactedEvent.EventNID, redactedEvent.Event)
return nil
})
if wErr != nil {