Append timestamp to messages #68
Labels
No labels
bug
enhancement
good first issue
halted
help wanted
security
wait for upstream
wait to be tested
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: b3yond/ticketfrei#68
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Author: @git-sid Posted at: 21.12.2018 14:18
I'd be great to append the timestamp to the message itself. At the moment, messages take ~8 minutes to reach the end user. With timestamps we could at least work around this problem until it is fixed.
Author: @b3yond Posted at: 24.12.2018 10:16
Sometimes people add manual timestamps, because they can only now report an event which was 20 minutes ago. We need to check whether a message already has a timestamp before appending one.
Author: @git-sid Posted at: 27.12.2018 11:38
actually we don't have to.
If a person reports an event that happened 20 minutes ago, i would still take x time to be shared. The message would therefore still be out if sync; even with timestamp.
We need to take the time of the message object and use that as timestamp
Author: @b3yond Posted at: 06.01.2019 14:59
ah now I understand what you mean:
With your proposal to timestamp everything, out of the tweet
1200 controllers at $place
would become12:20 1200 controllers at $place
. It would appear at 12:25.I think the person always knows better than ticketfrei when the controls happened. Meaning:
In any other case, let's append a timestamp.