iachat/spec/presenters
Pranav 7e70f7a68a
fix: Disable automations on auto-reply emails (#12101)
The term "sorcerer’s apprentice mode" is defined as a bug in a protocol
where, under some circumstances, the receipt of a message causes
multiple messages to be sent, each of which, when received, triggers the
same bug. - RFC3834

Reference: https://github.com/chatwoot/chatwoot/pull/9606

This PR:
- Adds an auto_reply attribute to message.
- Adds an auto_reply attribute to conversation. 
- Disable conversation_created / conversation_opened event if auto_reply
is set.
- Disable message_created event if auto_reply is set.

---------

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
2025-08-05 13:17:06 +05:30
..
conversations chore: Update the precision of the updated_at timestamp in conversation model (#10875) 2025-02-10 20:22:11 -08:00
reports feat(v4): Update the report pages to show aggregate values (#10766) 2025-01-28 09:19:18 +05:30
html_parser_spec.rb chore: Improve email parsing using email trimmer gem (#3611) 2021-12-22 18:16:40 +05:30
mail_presenter_spec.rb fix: Disable automations on auto-reply emails (#12101) 2025-08-05 13:17:06 +05:30
message_content_presenter_spec.rb feat: Whatsapp embedded signup (#11612) 2025-07-14 21:37:06 -07:00