mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-26 15:08:28 +00:00
Fix build
This commit is contained in:
parent
2843d557c6
commit
145bca1054
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue