mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-29 08:07:34 -05:00
- Changed mark_sync_complete to set sync_status='completed' instead of 'active' (users were being filtered out by get_users_needing_sync which checks != 'active') - Added mark_sync_error calls for timeout, cancellation, and unexpected exceptions to prevent users from getting stuck in 'active' status - Updated type annotation for max_hours_since_sync from int to float - Updated comments to document valid sync statuses