-
Notifications
You must be signed in to change notification settings - Fork 42
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
Source timestamp not updating in UI #442
Comments
seems like for each one of these situations adding 1. a QTimer and 2. a slot for updating the timestamp is the way to go here |
I just checked the server-side's |
This has other implications e.g. for journalist notifications, so we've agreed to investigate |
I've just looked into this and observe the same behaviour mentioned by @creviera. As far as I can tell once the server side issue is fixed, "it should just work" ™️ |
I can't reproduce this in
Here's what I'm seeing as I'm sending new messages/documents:
The timestamp is not updated when a journalist sends a reply, but I believe that's the expected behavior as it's currently tracking last activity by the source. |
it sounds like this is a misunderstanding of what "last activity" meant. i was expecting to see the "last activity" timestamp update when new replies were accepted by the server. |
@creviera Does the timestamp update as expected when there is activity by the source? |
It appears not: Note how the timestamp on the source widget is updated, whereas the timestamp above the conversation isn't working. However, if I restart the app, then the correct date is shown above the conversation. The problem appears to be the timestamp update doesn't happen when a new message is received from the server. I'll investigate and create a fix now. |
Description
The timestamp in SourceWidgets are no longer updating in the UI
The text was updated successfully, but these errors were encountered: