Fix build

This commit is contained in:
Neil Alexander 2022-01-28 11:59:13 +00:00
parent 2843d557c6
commit 145bca1054
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -324,7 +324,7 @@ func (r *Inputer) processRoomEvent(
// Everything was OK — the latest events updater didn't error and
// we've sent output events. Finally, generate a hook call.
hooks.Run(hooks.KindNewEventPersisted, event)
hooks.Run(hooks.KindNewEventPersisted, headered)
return nil
}