-
Notifications
You must be signed in to change notification settings - Fork 290
fix(experimental message actions): reflect user_message_reminders config #2878
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(experimental message actions): reflect user_message_reminders config #2878
Conversation
|
Size Change: +169 B (+0.01%) Total Size: 1.18 MB
ℹ️ View Unchanged
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2878 +/- ##
==========================================
+ Coverage 81.49% 81.53% +0.03%
==========================================
Files 499 499
Lines 10105 10105
Branches 2310 2310
==========================================
+ Hits 8235 8239 +4
+ Misses 1750 1746 -4
Partials 120 120 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
## [13.10.2](v13.10.1...v13.10.2) (2025-10-30) ### Bug Fixes * **experimental message actions:** reflect user_message_reminders config ([#2878](#2878)) ([4622645](4622645))
|
🎉 This PR is included in version 13.10.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎯 Goal
Filter out message actions "Save for later" and "Remind me" if
channel.config.user_message_remindersis disabled.