Merge branch 'master' into neilalexander/releasev06

This commit is contained in:
Neil Alexander 2022-01-28 13:37:34 +00:00 committed by GitHub
commit fc8f1d64d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}