mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Fix t.me channel comment links opening.
Regression was introduced in af51307aa6
.
This commit is contained in:
@@ -1034,7 +1034,7 @@ QString TryConvertUrlToLocal(QString url) {
|
|||||||
"("
|
"("
|
||||||
"/?\\?|"
|
"/?\\?|"
|
||||||
"/?$|"
|
"/?$|"
|
||||||
"/[a-zA-Z0-9\\.\\_]+|"
|
"/[a-zA-Z0-9\\.\\_]+/?(\\?|$)|"
|
||||||
"/\\d+/?(\\?|$)|"
|
"/\\d+/?(\\?|$)|"
|
||||||
"/\\d+/\\d+/?(\\?|$)"
|
"/\\d+/\\d+/?(\\?|$)"
|
||||||
")"_q, query, matchOptions)) {
|
")"_q, query, matchOptions)) {
|
||||||
|
Reference in New Issue
Block a user