This commit is contained in:
10G Meow 2023-04-09 14:55:05 +03:00
parent dd15a058ee
commit f686929032

View file

@ -98,8 +98,6 @@ export default {
const relatesTo = this.event.getWireContent()["m.relates_to"];
if (relatesTo && relatesTo["m.in_reply_to"]) {
const content = this.event.getContent();
console.log('content')
console.log(content)
if ('body' in content) {
const lines = content.body.split("\n").reverse() || [];
while (lines.length && !lines[0].startsWith("> ")) lines.shift();