Skip to content
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

Messaging UI: add a label to pending messages on disconnect #1427

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andyholmes
Copy link
Collaborator

If a device goes offline before receiving confirmation for a pending
message, add a label indicating the message may not have been sent.

When receiving new messages, compare the content and timestamp before
removing a pending message, rather than unconditionally removing them
when the device reconnects.

closes #1355

If a device goes offline before receiving confirmation for a pending
message, add a label indicating the message may not have been sent.

When receiving new messages, compare the content and timestamp before
removing a pending message, rather than unconditionally removing them
when the device reconnects.

closes #1355
@andyholmes andyholmes added needs testing A contribution that needs testing needs review A contribution that needs code review labels Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs review A contribution that needs code review needs testing A contribution that needs testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When an SMS message fails to send, it is discarded
1 participant