[PR #21292] [MERGED] enh: skip chat notifications on other devices if temporary chat #49059

Closed
opened 2026-04-30 01:22:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: enh-temporary-chat


📝 Commits (2)

📊 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.

Note

Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/21292 **Author:** [@Classic298](https://github.com/Classic298) **Created:** 2/10/2026 **Status:** ✅ Merged **Merged:** 2/10/2026 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `enh-temporary-chat` --- ### 📝 Commits (2) - [`3f4af77`](https://github.com/open-webui/open-webui/commit/3f4af77eb869552e3da94430398c510131e93943) Merge pull request #20581 from Classic298/fix/db-pool-memory-update (#150) - [`312fe97`](https://github.com/open-webui/open-webui/commit/312fe97cff3f706d7ac7ca31ac85a0b55cbebc93) Update +layout.svelte ### 📊 Changes **1 file changed** (+11 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/routes/+layout.svelte` (+11 -2) </details> ### 📄 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)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. > [!NOTE] > Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-30 01:22:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#49059