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

Messages sent during network change are not resent #1

Open
anthonybilinski opened this issue Apr 4, 2019 · 0 comments
Open

Messages sent during network change are not resent #1

anthonybilinski opened this issue Apr 4, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@anthonybilinski
Copy link

When changing networks, the friend appears online for ~30s, even though messages can't be delivered. During this time, messages sent are greyed out.

When the friend flicks offline, and comes back online during reconnect, these messages are not delivered to the friend, and are marked grey on the antox side indefinitely.

getUnsentMessageList filters the message list based on sent, which doesn't take into account receiving the toxcore receipt for the message from the friend. I believe received should be the filter instead.

I'll test this out soon™

@Monsterovich Monsterovich added the bug Something isn't working label Apr 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants