Chat Deletion and Contact Removal #82
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#82
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?
Allow clients to remove a contact from their contact list.
Once a contact is removed from the contact list, mark the corresponding chat as closed and provide the user with an option to remove it.
If the chat is removed by both users, it could potentially be removed from the server as well, however it should be kept in mind, that one user might use multiple clients with their respective local databases that can be out of sync at the point of removal.
Groups might require special treatment.
So, basically what you are saying is a mixture of #10 and #67?
Yes, however implementing this does not necessarily mean implementing #67. It is possible, but the messages could also remain on the server.
In any case, we have to handle multiple local databases.