fix: prevent reporting delivery for already reported message#1643
Merged
MartinCupela merged 1 commit intomasterfrom Oct 23, 2025
Merged
fix: prevent reporting delivery for already reported message#1643MartinCupela merged 1 commit intomasterfrom
MartinCupela merged 1 commit intomasterfrom
Conversation
Contributor
|
Size Change: +14 B (0%) Total Size: 354 kB
|
oliverlaz
approved these changes
Oct 23, 2025
github-actions bot
pushed a commit
that referenced
this pull request
Nov 18, 2025
## [9.26.0](v9.25.0...v9.26.0) (2025-11-18) ### Bug Fixes * prevent reporting delivery for already reported message ([#1643](#1643)) ([8612079](8612079)) * skip channel.state.last_message_at update on incoming system message if configured ([#1642](#1642)) ([0cd6009](0cd6009)) ### Features * add app_banned and has_unread properties to ChannelFilters ([#1649](#1649)) ([9b580b0](9b580b0)) * add filter tags to channels ([#1646](#1646)) ([4101531](4101531)) * add hide_history_before option for adding members ([#1645](#1645)) ([3c75c12](3c75c12)) * add should_send_custom_events toggle ([#1651](#1651)) ([39abbb6](39abbb6)) * support members_template property for campaigns ([#1647](#1647)) ([d04fade](d04fade)) * support option to mark messages unread by message timestamp ([#1648](#1648)) ([64ddb4b](64ddb4b))
|
🎉 This PR is included in version 9.26.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Prevent duplicate reports of delivery of the same or older messages from multiple devices.