mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-29 13:39:06 +00:00
Fix chat links with '-' in slug.
Fixes https://bugs.telegram.org/c/41902.
This commit is contained in:
parent
f8b756d447
commit
4d647e64b7
@ -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…
x
Reference in New Issue
Block a user