diff --git a/src/chatlog/textformatter.cpp b/src/chatlog/textformatter.cpp index 0d7cda09c..eb590ca90 100644 --- a/src/chatlog/textformatter.cpp +++ b/src/chatlog/textformatter.cpp @@ -93,6 +93,7 @@ const QVector URI_WORD_PATTERNS = { QRegularExpression(QStringLiteral(R"((?<=^|\s)\S*(magnet:[?]((xt(.\d)?=urn:)|(mt=)|(kt=)|(tr=)|(dn=)|(xl=)|(xs=)|(as=)|(x.))[\S| ]+))")), QRegularExpression(QStringLiteral(R"((?<=^|\s)\S*(gemini://\S+))")), QRegularExpression(QStringLiteral(R"((?<=^|\s)\S*(ed2k://\|file\|\S+))")), + QRegularExpression(QStringLiteral(R"((?<=^|\s)\S*(web+\S+:\S+))")), };