Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[improvement] 360dialog extend request to receive message feature #2053

Merged
merged 3 commits into from
Oct 7, 2024

Conversation

mattwr18
Copy link
Contributor

@mattwr18 mattwr18 commented Oct 5, 2024

What changed in this PR and Why

We now save the external id of outgoing 360dialog WhatsApp messages to the message record in the database. This allows us to:

a) Send out a previous personalized message that the contributor might have forgotten to ask for, but is still interested in responding to, and
b) Support a reply_to feature where the contributor might quote reply an older message and we can properly assign the incoming message to the correct request instead of trying to infer it solely based on the latest message they received and relying on the user to move the message to the correct request if it has been incorrectly assigned.

Closes #2031

Copy link
Collaborator

@roschaefer roschaefer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, I don't see anything serious, but I took me a while to get my head around this.

hm ok

@mattwr18 mattwr18 force-pushed the 2031_extend_request_to_receive_message_feature branch from 7fc7537 to 793dd03 Compare October 7, 2024 17:41
Co-authored-by: Robert Schäfer <git@roschaefer.de>
@mattwr18
Copy link
Contributor Author

mattwr18 commented Oct 7, 2024

Same here, I don't see anything serious, but I took me a while to get my head around this.

I've updated the description. I hope that helps.

@mattwr18 mattwr18 merged commit b8baad3 into main Oct 7, 2024
1 check passed
@mattwr18 mattwr18 deleted the 2031_extend_request_to_receive_message_feature branch October 7, 2024 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[improvement] 360dialog extend request to receive message feature
2 participants