2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 08:05:12 +00:00

Alpha version 1.2.24: Fix link preview.

This commit is contained in:
John Preston
2018-05-26 19:02:36 +03:00
parent 08897aa83a
commit 2e1517474d

View File

@@ -675,6 +675,7 @@ void MessageLinksParser::parse() {
}
offset = matchOffset = p - start;
}
processTagsBefore(QFIXED_MAX);
apply(text, ranges);
}