-
-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Labels
bugSomething is not workingSomething is not working
Description
Delta Chat has a "resend" function exposed via dc_resend_msgs
CFFI API and resend_messages
JSON-RPC API. This results in resending the same message with old Message-ID
so it is received as a new message by new chat members and as a duplicate by old chat members.
If old chat member has mvbox_move
option enabled, original message is moved to DeltaChat folder, but this is not true for duplicates. We should probably move duplicates to DeltaChat folder as well.
It may be annoying if you try to move a message from DeltaChat
to some other folder and Delta Chat finds it and moves back into DeltaChat
each time, but still better than leaving duplicates in the Inbox. If someone complains, we can rethink it.
Metadata
Metadata
Assignees
Labels
bugSomething is not workingSomething is not working