Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Send Formatted Text r0.6.0 #82

Merged

Conversation

TheDiscordian
Copy link
Contributor

Adds:

// SendFormattedText sends an m.room.message event into the given room with a msgtype of m.text, supports a subset of HTML for formatting.
// See https://matrix.org/docs/spec/client_server/r0.6.0#m-text
func (cli *Client) SendFormattedText(roomID, text, formattedText string) (*RespSendEvent, error) {

@TheDiscordian
Copy link
Contributor Author

This might conflict with #58's intent.

@neilalexander neilalexander merged commit bceb63b into matrix-org:master Aug 27, 2020
@kegsay kegsay mentioned this pull request Mar 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants