mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Fix chat links with '-' in slug.
Fixes https://bugs.telegram.org/c/41902.
This commit is contained in:
parent
f8b756d447
commit
4d647e64b7
1 changed files with 1 additions and 1 deletions
|
@ -1268,7 +1268,7 @@ const std::vector<LocalUrlHandler> &LocalUrlHandlers() {
|
|||
ResolveBoost,
|
||||
},
|
||||
{
|
||||
u"^message/?\\?slug=([a-zA-Z0-9\\.\\_]+)(&|$)"_q,
|
||||
u"^message/?\\?slug=([a-zA-Z0-9\\.\\_\\-]+)(&|$)"_q,
|
||||
ResolveChatLink
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue