Skip to content

Conversation

@usvimal
Copy link

@usvimal usvimal commented Jan 3, 2026

Summary

  • The pipe() result filtering archived sessions and sorting by update time was computed but never assigned or returned
  • The original unfiltered sessions array was returned instead, causing duplicate/archived sessions to appear

Changes

  • Assign the pipe() result to sessions variable
  • Return the filtered and sorted result

Testing

  • Session list should now only show non-archived sessions
  • Sessions should be sorted by most recently updated first

The pipe() result filtering archived sessions and sorting by update time
was computed but never assigned or returned. The original unfiltered
sessions array was returned instead, causing duplicate sessions to appear.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant