Files
simplex-chat/plans
Narasimha-sc da256bedeb plans: fix directory re-approving channel every 30 min after adding a name
The directory's link-check re-approval trigger (GLPKnown.groupUpdated =
updateGroupFromLinkData's `p /= groupProfile`) byte-compares the whole
group profile, including the independently-verified domain claim/proof.
After a SimpleX name is added, the link-side claim/proof never byte-matches
the stored copy (relay-dropped claim and/or re-presented proof nonce), so
every 30-min link check re-approves the channel.

Plan: report groupUpdated with the domain claim excluded (still store the
fresh claim/proof), since a claim change is not admin-moderated content and
must not gate re-approval. Flag is directory-only, so blast radius is
contained.
2026-07-06 14:07:04 +00:00
..