feat: Human Gates inbox: one hash-bound review queue to zero #1416
|
|
@ -5569,6 +5569,7 @@
|
||||||
planningOwnerLogin = retainedPlanningLogin;
|
planningOwnerLogin = retainedPlanningLogin;
|
||||||
planningOwnerAccountKey = retainedPlanningLogin && snapshot.context.user?.id ?
|
planningOwnerAccountKey = retainedPlanningLogin && snapshot.context.user?.id ?
|
||||||
String(snapshot.context.user.id) + ':' + retainedPlanningLogin : '';
|
String(snapshot.context.user.id) + ':' + retainedPlanningLogin : '';
|
||||||
|
timerView.render();
|
||||||
updatePlanningAvailability();
|
updatePlanningAvailability();
|
||||||
if (planningOwnerLogin) {
|
if (planningOwnerLogin) {
|
||||||
syncPendingTomorrow();
|
syncPendingTomorrow();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user