mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
settings: Add personal setting to show or hide AI features.
Fixes #33231.
This commit is contained in:
@@ -329,6 +329,7 @@ def json_change_settings(
|
||||
| None = None,
|
||||
web_navigate_to_sent_message: Json[bool] | None = None,
|
||||
web_suggest_update_timezone: Json[bool] | None = None,
|
||||
hide_ai_features: Json[bool] | None = None,
|
||||
) -> HttpResponse:
|
||||
# UserProfile object is being refetched here to make sure that we
|
||||
# do not use stale object from cache which can happen when a
|
||||
|
||||
Reference in New Issue
Block a user