From 9719194d8a0d018c85e1f8445c5e32436aac6b8d Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Mon, 18 May 2020 15:31:22 +0300 Subject: [PATCH] Restore missing parenthesis in regular expression --- Telegram/SourceFiles/core/local_url_handlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/core/local_url_handlers.cpp b/Telegram/SourceFiles/core/local_url_handlers.cpp index 68aaf5082..22659ec1d 100644 --- a/Telegram/SourceFiles/core/local_url_handlers.cpp +++ b/Telegram/SourceFiles/core/local_url_handlers.cpp @@ -503,7 +503,7 @@ const std::vector &LocalUrlHandlers() { ResolvePrivatePost }, { - qsl("^settings(/folders|/devices|/language|/kotato?$"), + qsl("^settings(/folders|/devices|/language|/kotato)?$"), ResolveSettings }, {