diff --git a/website/download.html b/website/download.html
index f3df77b..923c7f7 100644
--- a/website/download.html
+++ b/website/download.html
@@ -70,7 +70,14 @@
Preferred peers eliminated. The preferred tier existed to serve direct N+10 push/pull that the CDN's holder model replaced. Gone: the slot tier, the preferred_peers table, preferred-tree routing semantics, the rebalance priority pass, the relay candidate tiers, and the 7-day and 30-day watchers.
- Upgrade note: v0.8.0-alpha cannot talk to v0.7.x at all — that is intentional, and the anchor moves with this release. Existing data directories migrate in place on first run (manifest re-signing, legacy profile cleanup, registry materialization).
+ Comment retention — corrected
+
+ - Only anonymous comments expire now. Retention is decided by the post's policy crossed with how the comment was signed. Public comments and comments from authorized (post-key-signed) commenters never auto-expire — an earlier build gave them a randomized 30–365 day lifetime, which would have deleted ordinary discussion on a timer. The randomized expiry now applies only to the private, unsigned channel strangers use, which is what retires throwaway conversation identities. Registry posts declare a flat 30-day policy binding every comment on them, so the directory self-cleans.
+ - Authors can cap or refuse anonymous comments per post, enforced by the nodes holding the post rather than trusted to the sender.
+ - Gated posts sync correctly. Several queries rebuilt posts without their gating metadata, so any gated post — including every bio carrying a greeting slot — failed its content-hash check at the receiver and was silently discarded. Greeting-enabled profiles now propagate as intended.
+
+
+ Upgrade note: v0.8.0-alpha cannot talk to v0.7.x at all — that is intentional, and the anchor moves with this release. Existing data directories migrate in place on first run (manifest re-signing, legacy profile cleanup, registry materialization). Android installs over an earlier 0.8.0-alpha may need an uninstall first, since the version code is unchanged.
v0.7.3 — May 15, 2026
Bandwidth + bootstrap hardening on top of v0.7.2. Wire-compatible with v0.7.0/v0.7.1/v0.7.2.