Make sure that at least the last update (i.e. the current state) is shown to free users (even if it happened more than 24 hours ago), to allow labelling.

This commit is contained in:
Paulo Reis 2018-08-17 16:17:53 +01:00
parent 96aa418b94
commit 5974afc2e3

View file

@ -410,7 +410,7 @@ define [
previousUpdate = update
if !@$scope.history.userHasFullFeature and update.meta.end_ts < timestamp24hoursAgo
cutOffIndex = i
cutOffIndex = i or 1 # Make sure that we show at least one entry (to allow labelling).
@$scope.history.freeHistoryLimitHit = true
break