mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
When `app/list` is called with `force_refetch=True`, we should seed the results with what is already cached instead of starting from an empty list. Otherwise when we send app/list/updated events, the client will first see an empty list of accessible apps and then get the updated one.