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);
}