Skip to content

Use contact ID rather than messaging group ID to identify conversation

akwizgran requested to merge use-contact-id-as-conversation-id into master

We originally used the private messaging group ID to identify the private conversation, but now that the conversation includes messages from multiple clients it's more appropriate to use the contact ID.

This refactoring isn't urgent - I've had the branch lying around for a while, but I'm putting it up for review because #734 (closed) will touch some of the same code.

Merge request reports