Skip to content

Conversation

xsahil03x
Copy link
Member

Submit a pull request

Github Issue: #2036

Description of the pull request

This PR addresses an issue where the channel list could display stale data upon initial app launch or when refreshed.

Previously, old channel data was not cleared when new data matching the current filter was fetched. This change ensures that the channel list is correctly updated with the latest information from the API, reflecting the active filter hash.

@xsahil03x xsahil03x linked an issue May 26, 2025 that may be closed by this pull request
1 task
Copy link

codecov bot commented May 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.28%. Comparing base (30c39e2) to head (7419f72).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2264   +/-   ##
=======================================
  Coverage   63.28%   63.28%           
=======================================
  Files         404      404           
  Lines       25269    25269           
=======================================
  Hits        15992    15992           
  Misses       9277     9277           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@xsahil03x xsahil03x merged commit 366635b into master May 26, 2025
16 checks passed
@xsahil03x xsahil03x deleted the fix/update-persistence-channel-query branch May 26, 2025 14:57
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.

Disabled channels are not removed from persistence client

2 participants