Fix /me body rendering.
This commit is contained in:
parent
038b101ed7
commit
025ab16668
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export class TextTile extends BaseTextTile {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
if (content.msgtype === "m.emote") {
|
if (content.msgtype === "m.emote") {
|
||||||
val = `* ${this.displayName} ${body}`;
|
val = `* ${this.displayName} ${val}`;
|
||||||
}
|
}
|
||||||
return val;
|
return val;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue