Skip to content

fix(editor): prevent thread block when attachment file is deleted#1736

Merged
dgageot merged 1 commit intodocker:mainfrom
Pnkcaht:bugfix/file-delete-thread-block
Mar 6, 2026
Merged

fix(editor): prevent thread block when attachment file is deleted#1736
dgageot merged 1 commit intodocker:mainfrom
Pnkcaht:bugfix/file-delete-thread-block

Conversation

@Pnkcaht
Copy link
Contributor

@Pnkcaht Pnkcaht commented Feb 14, 2026

What I did

  • Prevented thread blocking when an attachment file is deleted.
  • Updated collectAttachments to log and skip missing files instead of breaking the render flow.
  • Ensured temporary files are cleaned safely.
  • Preserved non-temporary attachments when appropriate.

Releated Issue

@Pnkcaht Pnkcaht requested a review from a team as a code owner February 14, 2026 20:11
Copy link
Contributor

@krissetto krissetto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same with other comments, sorry ;) if the code is self explanatory, comments are extra things to maintain

@krissetto
Copy link
Contributor

/review

docker-agent[bot]

This comment was marked as outdated.

@Pnkcaht Pnkcaht requested a review from krissetto February 20, 2026 19:16
@Pnkcaht
Copy link
Contributor Author

Pnkcaht commented Feb 20, 2026

Done, I totally agree :) @krissetto

@dgageot dgageot force-pushed the bugfix/file-delete-thread-block branch from b2907a3 to a87abd4 Compare March 5, 2026 19:20
@dgageot dgageot dismissed stale reviews from krissetto and docker-agent[bot] March 5, 2026 19:20

outdated

@dgageot dgageot merged commit 8788334 into docker:main Mar 6, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deleting a referenced file during thread, block the thread.

4 participants