mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-25 13:11:37 +00:00
Call hooks for outliers (#2119)
* Move hook call when processing room events * Fix build * Call hooks for outliers too
This commit is contained in:
parent
e9fbad6f20
commit
8e4002831f
@ -250,6 +250,7 @@ func (r *Inputer) processRoomEvent(
|
|||||||
// notify anyone about it.
|
// notify anyone about it.
|
||||||
if input.Kind == api.KindOutlier {
|
if input.Kind == api.KindOutlier {
|
||||||
logger.Debug("Stored outlier")
|
logger.Debug("Stored outlier")
|
||||||
|
hooks.Run(hooks.KindNewEventPersisted, headered)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user