mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-16 19:38:42 +01:00
11 lines
418 B
Plaintext
11 lines
418 B
Plaintext
|
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.
|