From 4fbb63845ad99d21a34db826dedf2499123c7a04 Mon Sep 17 00:00:00 2001 From: talksik Date: Thu, 16 Apr 2026 14:11:23 -0700 Subject: [PATCH] docs --- go/cmd/memberreconciler/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go/cmd/memberreconciler/main.go b/go/cmd/memberreconciler/main.go index aa66823..2ad5212 100644 --- a/go/cmd/memberreconciler/main.go +++ b/go/cmd/memberreconciler/main.go @@ -2,8 +2,7 @@ // the Firestore membership mirror (humans/{humanId}.networks) match the // authoritative Postgres network_members table. // -// Run before flipping Stage 1 Firestore rules so existing humans have their -// mirror docs populated, and on a cron to heal any drift from a dropped mirror +// Run on a cron to heal any drift from a dropped mirror // write in network.Service. // // The reconciler reads the current Firestore state and only writes humans