mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 09:43:10 -06:00
Call hooks for outliers too
This commit is contained in:
parent
145bca1054
commit
4bec702e27
|
|
@ -250,6 +250,7 @@ func (r *Inputer) processRoomEvent(
|
|||
// notify anyone about it.
|
||||
if input.Kind == api.KindOutlier {
|
||||
logger.Debug("Stored outlier")
|
||||
hooks.Run(hooks.KindNewEventPersisted, headered)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue