mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
Update roomserver/internal/input/input_events.go
Co-authored-by: kegsay <kegan@matrix.org>
This commit is contained in:
parent
7ccd382c89
commit
8b7cca649c
|
|
@ -385,6 +385,7 @@ func (r *Inputer) processRoomEvent(
|
||||||
}
|
}
|
||||||
|
|
||||||
// if storing this event results in it being redacted then do so.
|
// if storing this event results in it being redacted then do so.
|
||||||
|
// we do this after calculating state for this event as we may need to get power levels
|
||||||
var (
|
var (
|
||||||
redactedEventID string
|
redactedEventID string
|
||||||
redactionEvent *gomatrixserverlib.Event
|
redactionEvent *gomatrixserverlib.Event
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue