mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Update the cache with the redacted event
This commit is contained in:
parent
9bcd0a2105
commit
56b28b01db
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user