open-webui/backend/open_webui/socket
Sven Horvath 5735123f50
fix: keep the pending note save when an update carries no content snapshot (#28669)
stop_item_tasks() ran unconditionally while create_task() only ran when the
update carried data, so an update without a content snapshot cancelled the
pending save without scheduling a replacement and the edits were never
written.
2026-08-24 18:47:43 -04:00
..
main.py fix: keep the pending note save when an update carries no content snapshot (#28669) 2026-08-24 18:47:43 -04:00
utils.py perf: optional orjson JSON codec behind ENABLE_ORJSON (#27583) 2026-07-27 03:45:37 -04:00