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