mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[PR #12409] [CLOSED] Feat: optional update toast as environment variable #22906
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/12409
Author: @victorstevansuse
Created: 4/3/2025
Status: ❌ Closed
Base:
dev← Head:optional-version-notification📝 Commits (1)
83beb4efeat(config): add optional new update toast notification📊 Changes
5 files changed (+29 additions, -19 deletions)
View changed files
📝
backend/open_webui/env.py(+5 -0)📝
backend/open_webui/main.py(+2 -0)📝
src/lib/components/chat/Settings/Interface.svelte(+20 -18)📝
src/lib/stores/index.ts(+1 -0)📝
src/routes/(app)/+layout.svelte(+1 -1)📄 Description
Changelog Entry
Description
These changes add a feature flag
ENABLE_UPDATE_NOTIFICATIONto disable the update toast notification. Deployments may choose not to upgrade if their infrastructure is not ready to handle it, with that in mind it is not always possible for the OI admin to update, given these external factors. The update sometimes might not be up to the OI admin.Added
ENABLE_UPDATE_NOTIFICATIONenvironment variable to disable the update notification through the global configs. DefaultTrue.Changed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.