Messages with Built-in Deletion Timer #81
Labels
No Label
client
server
user made
L
M
S
XL
bug
bugfix
discussion
documentation
feature
maintenance
postponed
refactoring
wontfix
No Milestone
No Assignees
2 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: zdm/envoy#81
Loading…
Reference in New Issue
Block a user
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?
A new feature that is currently becoming popular for messengers is the message that deletes itself after an user-chosen amount of time.
As funny as it sounds, this feature will be easier to implement than the full deletion of messages as the
LocalDB problem
(see #67) will be avoided automatically, if implemented correctly.I think this is a great feature but it should be an attachment called announcment. This would be the more generic approach as the attachment interface already exists and is inteded for such things as well.