Rename property to message namespace

This commit is contained in:
Cadence Ember 2020-11-24 20:00:45 +13:00
parent 03c7501bf1
commit e90a2c7da8
Signed by: cadence
GPG Key ID: BC1C2C61CF521B17
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ function send(body) {
format: "org.matrix.custom.html",
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)
}