Make it possible to resend chat history on adding group members

Expected behavior

There should be a “share chat history” toggle switch when adding contacts to a group. When turned on, the app re-sends the past 10 messages (maybe the whole history), except self-destructing messages, to the new contact. The messages get cryptographically signed by the group inviter, not their original senders.

Actual behavior

Currently if a contact is added to a group, they can’t see what happened in the group before they were added. Single messages can be resent by their authors to make them available to new group members; but they can’t resend messages sent by others (one of the reasons is that they can’t re-encrypt them to the new group member without destroying the signature of the original author).

This feature would help a lot with #10 - Onboarding: if a team member is added, add them to 5 recent relay groups and resend past messages for context - teams-bot - The 0x90 Git!, but would also be a general improvement.

4 Likes

Maybe it would make sense to combine the old emails into one or at least a few large ones.
For example, the messages could be packed into a zip archive attached to such an email and DC could recognize it using a special code. On the recipient side, the emails would be displayed individually again.
This could avoid problems with many cheap email providers.
If a lot of emails are sent at once, the account is often temporarily blocked until users verify themselves there again.

3 Likes