mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-18 00:06:57 +01:00
Fix /me body rendering.
This commit is contained in:
parent
038b101ed7
commit
025ab16668
@ -26,7 +26,7 @@ export class TextTile extends BaseTextTile {
|
||||
return null;
|
||||
}
|
||||
if (content.msgtype === "m.emote") {
|
||||
val = `* ${this.displayName} ${body}`;
|
||||
val = `* ${this.displayName} ${val}`;
|
||||
}
|
||||
return val;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user