mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 14:53:10 -06:00
Update output event check
This commit is contained in:
parent
3bc10f9674
commit
29d8da614b
|
|
@ -114,7 +114,7 @@ func (r *Inputer) processRoomEvent(
|
|||
event, // event
|
||||
input.SendAsServer, // send as server
|
||||
input.TransactionID, // transaction ID
|
||||
input.Kind == api.KindNew, // should we send output events?
|
||||
input.Kind != api.KindRewrite, // should we send output events?
|
||||
); err != nil {
|
||||
return "", fmt.Errorf("r.updateLatestEvents: %w", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue