Skip to content

Commit

Permalink
Actually observe the new metric
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Jul 10, 2023
1 parent 5064f64 commit dcf8db3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sync2/poller.go
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ func (p *poller) parseRoomsResponse(ctx context.Context, res *SyncResponse) {
})
hub.CaptureMessage(warnMsg)
})
p.trackGappyStateSize(len(prependStateEvents))
roomData.Timeline.Events = append(prependStateEvents, roomData.Timeline.Events...)
}
}
Expand Down

0 comments on commit dcf8db3

Please sign in to comment.