open-webui/backend/open_webui/socket
Classic298 f4670b3add
fix: prevent get_user_ids_from_room crash on missing session (#20271)
Add null check in list comprehension before accessing session['id']. When a session_id exists in the room but has been removed from SESSION_POOL, the function now skips it instead of crashing with TypeError.
2025-12-31 17:39:22 +04:00
..
main.py fix: prevent get_user_ids_from_room crash on missing session (#20271) 2025-12-31 17:39:22 +04:00
utils.py chore: update langchain 1.2.0 (#19991) 2025-12-20 08:50:44 -05:00