forked from mystiq/hydrogen-web
Fix body.string in BaseMessageTile
This commit is contained in:
parent
fb29913ef0
commit
0c0633fdd4
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export class BaseTextTile extends BaseMessageTile {
|
||||||
}
|
}
|
||||||
|
|
||||||
_parseBody(body) {
|
_parseBody(body) {
|
||||||
return stringAsBody(body.string);
|
return stringAsBody(body);
|
||||||
}
|
}
|
||||||
|
|
||||||
_getBodyFormat() {
|
_getBodyFormat() {
|
||||||
|
|
Loading…
Reference in a new issue