Windows app keeps deleted ChatGPT conversations in sidebar
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.4k
- PR merge metrics
- PR metrics pending
Description
Description
The ChatGPT Windows app continues to show conversations that have already been deleted on the server. These conversations are absent from the ChatGPT web version.
Opening, deleting, or archiving one of these stale sidebar entries fails.
Steps to reproduce
- Delete a conversation.
- Open the ChatGPT Windows app.
- Find the deleted conversation still present in the sidebar.
- Try to open, delete, or archive it.
Expected behavior
When the server reports that a conversation has been deleted, the app should remove its stale entry from the sidebar.
Actual behavior
The conversation remains visible. Opening it fails, and attempting to delete or archive it produces an error notification.
Diagnostics
App package: OpenAI.Codex_26.901.6511.0_x64__2p2nqsd0c76g0
Observed on: September 6, 2026
Relevant server response:
HTTP 404
code=conversation_deleted
can_retry=false
Relevant timestamps:
2026-09-06 11:35:24–11:35:56 UTC
2026-09-06 16:35:24–16:35:56 Asia/Yekaterinburg
Signing out and back in, Windows Repair, and Windows Reset did not resolve the issue.
The problem affects only the Windows app. The deleted conversations do not appear on chatgpt.com.
Session ID: [INSERT SESSION ID HERE]
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Windows app's sidebar conversation state and handling for the server response code conversation_deleted with HTTP 404. Reproduce the stale-entry case and trace what happens when opening, deleting, or archiving it. Done means deleted conversations disappear from the sidebar and those actions no longer produce error notifications.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100