-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(handleMemberUpdated): consider both pinned and archived channels #2638
fix(handleMemberUpdated): consider both pinned and archived channels #2638
Conversation
Size Change: +24 B (0%) Total Size: 1.2 MB
ℹ️ View Unchanged
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2638 +/- ##
==========================================
- Coverage 80.85% 80.84% -0.01%
==========================================
Files 450 450
Lines 9652 9653 +1
Branches 2303 2303
==========================================
Hits 7804 7804
- Misses 1728 1729 +1
Partials 120 120 ☔ View full report in Codecov by Sentry. |
## [12.11.1](v12.11.0...v12.11.1) (2025-02-11) ### Bug Fixes * **handleMemberUpdated:** consider both pinned and archived channels ([#2638](#2638)) ([ae66de8](ae66de8))
🎉 This PR is included in version 12.11.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎯 Goal
This PR solves an issue where if
pinned_at
is missing from thesort
, the archived channels are not being handled properly during application runtime.