mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 05:58:38 +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,
|
ResolveBoost,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
u"^message/?\\?slug=([a-zA-Z0-9\\.\\_]+)(&|$)"_q,
|
u"^message/?\\?slug=([a-zA-Z0-9\\.\\_\\-]+)(&|$)"_q,
|
||||||
ResolveChatLink
|
ResolveChatLink
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user