mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #21292] [MERGED] enh: skip chat notifications on other devices if temporary chat #26011
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/21292
Author: @Classic298
Created: 2/10/2026
Status: ✅ Merged
Merged: 2/10/2026
Merged by: @tjbck
Base:
dev← Head:enh-temporary-chat📝 Commits (2)
3f4af77Merge pull request #20581 from Classic298/fix/db-pool-memory-update (#150)312fe97Update +layout.svelte📊 Changes
1 file changed (+11 additions, -2 deletions)
View changed files
📝
src/routes/+layout.svelte(+11 -2)📄 Description
Skip chat events from temporary chats (local: prefix) on tabs/devices that are not actively running that chat. This prevents privacy-leaking notifications from appearing on other logged-in sessions.
Also fix null title in notifications by falling back to 'New Chat' when the title is not available (temporary chats have no DB-stored title).
Fixes https://github.com/open-webui/open-webui/issues/21290
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.