Merge branch 'master' into kegan/backfill-logging

This commit is contained in:
Neil Alexander 2020-10-06 11:06:05 +01:00
commit cb8dd816df
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
9 changed files with 11 additions and 118 deletions

View file

@ -136,15 +136,6 @@ func (r *Inputer) processRoomEvent(
return event.EventID(), rejectionErr
}
if input.Kind == api.KindRewrite {
logrus.WithFields(logrus.Fields{
"event_id": event.EventID(),
"type": event.Type(),
"room": event.RoomID(),
}).Debug("Stored rewrite")
return event.EventID(), nil
}
if err = r.updateLatestEvents(
ctx, // context
roomInfo, // room info for the room being updated