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

Sent/Received ticks currently missing on UT #91

Closed
casimir7 opened this issue Oct 24, 2019 · 6 comments
Closed

Sent/Received ticks currently missing on UT #91

casimir7 opened this issue Oct 24, 2019 · 6 comments
Assignees
Milestone

Comments

@casimir7
Copy link

As of version 0.46 the ticks indicating that a message was sent or received disappeared (at least on the UT version, Axolotl 0.70)

  • As a message was sent successful, the first tick should appear.
  • If the message was received on the other side, a second tick should turn up.
@yo-k
Copy link

yo-k commented Oct 24, 2019

I can confirm this.

@nanu-c
Copy link
Collaborator

nanu-c commented Oct 24, 2019

The code tells in 0.46, first tick, when message was created, second tick, when it was successfully send to signal ;) so it never worked as intended...

@yo-k
Copy link

yo-k commented Oct 24, 2019

@nanu-c yes, you mentioned it elsewhere in #73

The old app is lying with this ticks, it does indicate if the message was sent, but not as on android showing if the message was read, i am also not so much into spying on people, so i add it to the second list :)

The spy tick is not important for me, too. One tick helps to indicate whether the message got the way to the server.

@casimir7
Copy link
Author

@nanu-c : Ok, then the old behavior in 0.46 was indeed quite useless.
Syping is not the intention here, as the indicator should not show if the message was read but only to assure that the message was delivered to the other device. This is useful because it could avoid problems like I had when I was unregistered after an update without knowing it and people would send messages and ask me days later "Did you not get my messages?" So, this is about a confirmation that the technical layer of the transmission worked, not if the person read the message. However, I don't know if others would find that useful and if it's possible to implement such functionality within Signal's protocol.

@Flaburgan
Copy link
Collaborator

I'll try to work on that issue in the coming weeks.

@Flaburgan Flaburgan self-assigned this Sep 26, 2020
@Flaburgan Flaburgan added this to the 0.9.0 milestone Sep 28, 2020
@Flaburgan
Copy link
Collaborator

Good news everyone, the ticks are now back and will indicate when the message status is sending, sent, delivered and read. This will be part of the next minor version, 0.9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants