-
Notifications
You must be signed in to change notification settings - Fork 979
Open
Labels
bugSomething is broken or behaving incorrectly.Something is broken or behaving incorrectly.needs-triageIssue needs maintainer review and initial categorization.Issue needs maintainer review and initial categorization.
Description
Before submitting
- I searched existing issues and did not find a duplicate.
- I included enough detail to reproduce or investigate the problem.
Area
apps/web
Steps to reproduce
- Start the app.
- Open any thread in the web or desktop app.
- Attach an image in the composer.
- Observe the orange warning badge on the image.
- Refresh.
- See if the image persisted.
Expected behavior
Attached images should be persisted in composer draft storage when local storage is available. The warning badge should appear only when persistence actually fails.
Actual behavior
The composer verifies persisted attachment IDs before the debounced draft write has flushed to storage. As a result, image attachments can be marked as non-persisted even when storage is healthy, which shows the orange warning badge and makes draft recovery unreliable.
Impact
Major degradation or frequent failure
Version or commit
0.0.13
Environment
No response
Logs or stack traces
Screenshots, recordings, or supporting files
No response
Workaround
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething is broken or behaving incorrectly.Something is broken or behaving incorrectly.needs-triageIssue needs maintainer review and initial categorization.Issue needs maintainer review and initial categorization.