Compare commits

...

1 Commits

Author SHA1 Message Date
Martin Trigaux
8088e1ce1b [FIX] developer: document changes of message_post API
X-original-commit: 8bf2d026b7
2023-07-13 17:44:47 +02:00

View File

@@ -81,8 +81,8 @@ to manage followers on your record:
Post a new message in an existing thread, returning the new
mail.message ID.
:param str body: body of the message, usually raw HTML that will
be sanitized
:param str | Markup body: body of the message. Will be escaped if `str`. Use
a :class:`~markupsafe.Markup` object for HTML content.
:param str message_type: see mail_message.message_type field
:param int parent_id: handle reply to a previous message by adding the
parent partners to the message in case of private discussion