mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-08 00:29:04 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user