Merge branch 'stable'

This commit is contained in:
Evgeny Poberezkin
2025-01-08 18:18:21 +00:00
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -628,7 +628,6 @@ getUpdateServerOperators db presetOps newUser = do
DBEntityId _ -> do
updateOperator op
getOperatorConditions_ db op currentConds latestAcceptedConds_ now >>= \case
CARequired Nothing | operatorTag op == Just OTSimplex -> autoAcceptConditions op currentConds now
CARequired (Just ts) | ts < now -> autoAcceptConditions op currentConds now
ca -> pure op {conditionsAcceptance = ca}
where