Adds original message recieved date in reply. #31
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-09#31
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "patch-1"
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?
I've thought about including this before ultimately the reason that I did not was that it reveals the receiver's time zone and that it can't be trusted. The sender of a message cannot be spoofed but the time in a message can be changed. I know that this is true with email as well but I didn't want new Bitmessage users to have to learn to doubt the validity of anything they see in Bitmessage. I would be willing to change my mind but there should at least be an option to disable including the time when you reply. Listing all times in UTC would solve the privacy issue but would be confusing to most people. I can easily add a new checkbox in the settings window on a new 'privacy' tab to enable or disable including the time but for now I think I would prefer to hold-off until it is a more-requested feature and we can decide what time to show.
Valid points. :)