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

Timestamps in chat are time of download #536

Open
julianseeger opened this issue Oct 13, 2016 · 1 comment
Open

Timestamps in chat are time of download #536

julianseeger opened this issue Oct 13, 2016 · 1 comment
Labels

Comments

@julianseeger
Copy link
Collaborator

@thechauffeur commented on Tue Oct 04 2016

This is confusing as not all clients are always on and always receiving drop messages.

E.g. the time when the server received the message is preferable.

A workaround would be to let the clients state "received a moment ago" instead of "a moment ago" to clarify the confusion but it would be better to have more meaningful timestamps.


@audax commented on Thu Oct 13 2016

I don't think it works this way:
https://github.com/Qabel/qabel-core/blob/master/chat/src/main/java/de/qabel/chat/service/MainChatService.kt#L161

The time shown is the creation date of the drop message, thus it depends on the correctness of the senders clock.


@julianseeger commented on Thu Oct 13 2016

It's a bug in the desktop. The code bridge in the DropDaemon doesn't keep the creationDate. Thus, the default new Date() is used here

@thechauffeur
Copy link
Member

Also the time stamps are just "HH:MM" the day is missing which leads to confusion.

@jmt85 jmt85 removed the po label Nov 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants