mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #22781] issue: Thread Sidebar in Channel Remains Open After Message Deletion #58481
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @silentoplayz on GitHub (Mar 18, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22781
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.8.10
Ollama Version (if applicable)
v0.18.0
Operating System
Ubuntu 24.04.4 LTS
Browser (if applicable)
Mozilla Firefox Snap for Ubuntu v148.0.2 (64-bit) / Google Chrome v146.0.7680.80 (Official Build) (64-bit)
Confirmation
README.md.Expected Behavior
The thread sidebar should automatically close or provide a visual indication that the parent message has been deleted, preventing further interaction with an orphaned thread.
Actual Behavior
In any channel type (Channel, Group Channel, Direct Message), if a message is sent and a reply is started in a thread sidebar, deleting the original message does not close the thread sidebar. The thread sidebar remains open and fully interactable after the parent message is deleted, allowing further messages to be sent in an orphan thread that becomes inaccessible once the sidebar is closed.
Steps to Reproduce
Logs & Screenshots
Step 3: Hover over the message and click the Reply in Thread button.

Step 5: While the thread sidebar is open, delete the original message. Observe that the thread sidebar remains visible.

Step 5 (continued): Observe that you can still send messages in the thread sidebar.

Additional Information
This issue affects all conversation types where threads are enabled.