mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Fix t.me channel comment links opening.
Regression was introduced in af51307aa6
.
This commit is contained in:
parent
d37666e91a
commit
0b5038aaa2
1 changed files with 1 additions and 1 deletions
|
@ -1034,7 +1034,7 @@ QString TryConvertUrlToLocal(QString url) {
|
|||
"("
|
||||
"/?\\?|"
|
||||
"/?$|"
|
||||
"/[a-zA-Z0-9\\.\\_]+|"
|
||||
"/[a-zA-Z0-9\\.\\_]+/?(\\?|$)|"
|
||||
"/\\d+/?(\\?|$)|"
|
||||
"/\\d+/\\d+/?(\\?|$)"
|
||||
")"_q, query, matchOptions)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue