mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 13:38:49 +03:00
11 lines
418 B
Text
11 lines
418 B
Text
|
Add `formattedText` or similar optional parameters in several methods:
|
||
|
|
||
|
* RelationService:
|
||
|
* editTextMessage
|
||
|
* editReply
|
||
|
* replyToMessage
|
||
|
* SendService:
|
||
|
* sendQuotedTextMessage
|
||
|
|
||
|
This allows us to send any HTML formatted text message without needing to rely on automatic Markdown > HTML translation. All these new parameters have a `null` value by default, so previous calls to these API methods remain compatible.
|