Agora Next Updates: Account Deletion Gets Teeth
The biggest change today is PR #1568, which makes account deletion permanently burn a user's civic membership NFT and mark their forum posts as deleted rather than removing them. A separate bug-fix pass, PR #1569, cleaned up several UI components tied to the Towns feature.
Duration: PT2M18S
Episode overview
This episode is a short developer briefing from Agora Next Updates.
It explains recent repository work in plain language.
- Show: Agora Next Updates
- Published: 2026-07-09T06:02:05Z
- Audio duration: PT2M18S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good day, and welcome to Agora Next Updates for July 9th, 2026.
Today's headline is about what "delete" actually means in this system now — and it's a lot more permanent than before.
PR #1568 overhauls account deletion. When a user deletes their account, the server now burns their civic membership NFT first, before anything else happens. If that burn fails, the whole deletion aborts with a server error, so the app never ends up in a state where the account's gone but the NFT is still floating…
The same PR also changes how deleted users show up in forums. Instead of scrubbing their posts, the system now records the deletion and displays a Reddit-style "deleted user" label. That's a meaningful design choice — it preserves discussion threads and context for other users while still respecting the original…
Together, these two pieces point to the same theme: account deletion is being treated as a serious, audited operation with real on-chain consequences, not just a database row removal. Worth remembering if you're touching account or membership code — deletion now has ordering dependencies and can fail partway through.
Separately, PR #1569 and its matching commit, "towns bugs," cleaned…
Nearby episodes from Agora Next Updates
- Wallet Login Without a Wallet
- Weekly Recap - Wallet Access & Readability
- Weekly Recap - Observability Infrastructure & User Experience Polish
- Mirador SDK Integration and Observability
- UI Polish and Infrastructure Upgrades
- Notification System Migration and Transaction Monitoring
- User Experience Improvements
- Weekly Recap - Major Framework Upgrade and API Evolution