feat: Human Gates inbox: one hash-bound review queue to zero #1416

Merged
rockachopa merged 7 commits from timmy/1415-human-gates-inbox-one-hash-bound-review-queue-to into main 2026-08-26 02:09:25 +00:00
Showing only changes of commit af16f987f1 - Show all commits

View File

@ -5569,6 +5569,7 @@
planningOwnerLogin = retainedPlanningLogin;
planningOwnerAccountKey = retainedPlanningLogin && snapshot.context.user?.id ?
String(snapshot.context.user.id) + ':' + retainedPlanningLogin : '';
timerView.render();
updatePlanningAvailability();
if (planningOwnerLogin) {
syncPendingTomorrow();