diff --git a/src/github.com/matrix-org/dendrite/roomserver/input/latest_events.go b/src/github.com/matrix-org/dendrite/roomserver/input/latest_events.go index bd5ab2358..84261af42 100644 --- a/src/github.com/matrix-org/dendrite/roomserver/input/latest_events.go +++ b/src/github.com/matrix-org/dendrite/roomserver/input/latest_events.go @@ -37,6 +37,7 @@ func updateLatestEvents( } else { // Ignore any error we get rolling back since we don't want to // clobber the current error + // TODO: log the error here. updater.Rollback() } }()