mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-30 18:23:09 -06:00
Merge branch 'master' into neilalexander/releasev06
This commit is contained in:
commit
fc8f1d64d2
|
|
@ -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 a new issue