mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[GH-ISSUE #12553] feat: Should not enforce temporary chat by Default #55304
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 @mobilestack on GitHub (Apr 7, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12553
Check Existing Issues
Problem Description
If set default, now for each group of users other than admin, if they are able to temporarily chat previously, then they are by default enforced to temporary chat after upgrading to v0.6.0.
And, the real problem is, in such case they cannot switch by themselves, because they do not see the temp chat switch button now.
So this will affect a big bunch of users who already have the permission for temporary chat.
Desired Solution you'd like
Default to not enforced temporary chat.
Alternatives Considered
No response
Additional Context
No response
@Classic298 commented on GitHub (Apr 7, 2025):
was already addressed in another PR
@mobilestack commented on GitHub (Apr 7, 2025):
ok, though I didn't see the exact same problem in PRs, but I guess there will be an update soon.
@Classic298 commented on GitHub (Apr 7, 2025):
https://github.com/open-webui/open-webui/pull/12260
see here
i think this went live with 0.6.1
@mobilestack commented on GitHub (Apr 7, 2025):
I have seen that old groups was affected actually,rather than new groups, which is tackled in this PR you mentioned. I will wait for more time to make sure both have been solved.