Rename property to message namespace
This commit is contained in:
parent
03c7501bf1
commit
e90a2c7da8
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ function send(body) {
|
||||||
format: "org.matrix.custom.html",
|
format: "org.matrix.custom.html",
|
||||||
body,
|
body,
|
||||||
formatted_body: toHTML(body),
|
formatted_body: toHTML(body),
|
||||||
"chat.carbon.input_body": body
|
"chat.carbon.message.input_body": body
|
||||||
}
|
}
|
||||||
return store.activeRoom.value().timeline.send("m.room.message", content)
|
return store.activeRoom.value().timeline.send("m.room.message", content)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue