May 1st, 2026
New
Improved
Fixed

Two things land that you’ve been asking for. You can edit conversations. You can edit replies. And the change is visible to everyone with a small (edited) tag that, on hover, shows you exactly when it happened.
Open the action dropdown on a post you wrote and pick Edit. The title and body collapse into an inline editor with Cancel and Save. Cmd/Ctrl+Enter saves. Escape cancels. If you navigate away mid-edit, your draft survives.
After saving, an (edited) tooltip sits next to the original timestamp, with the exact edit time on hover.
The same thing works on replies - both top-level and in threads. Hover a reply you authored to surface a pencil button next to the existing reply/react actions. Click it, edit the body, save. (edited) appears with the timestamp.
Edits don't lag. The post search index re-pulls the post with your changes (title, body, plain-text, markdown) so the next search finds the latest words.
User and workspace avatars now hold a skeleton briefly while the image loads, then crossfade into the image (or the generated face / initials fallback). The 1-frame flash of face and the 1-frame placeholder flash in the workspace picker - both gone. The ring border only renders when the image is loaded or the fallback shows.
The main conversation page now shows the author's subtitle (role/title) under their name when they have one.
Empty content in conversations, replies, and DMs is rejected at the API boundary instead of failing later in strange ways.
Synced queries materialize their initial view eagerly, so the 1-frame loading flash on first mount of a page or component is gone.