mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Start passport support: handle link, receive form.
This commit is contained in:
@@ -576,6 +576,8 @@ namespace {
|
||||
}
|
||||
}
|
||||
|
||||
namespace Platform {
|
||||
|
||||
void RegisterCustomScheme() {
|
||||
if (cExeName().isEmpty()) {
|
||||
return;
|
||||
@@ -621,8 +623,10 @@ void RegisterCustomScheme() {
|
||||
#endif // !TDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME
|
||||
}
|
||||
|
||||
} // namespace Platform
|
||||
|
||||
void psNewVersion() {
|
||||
RegisterCustomScheme();
|
||||
Platform::RegisterCustomScheme();
|
||||
if (Local::oldSettingsVersion() < 8051) {
|
||||
AppUserModelId::checkPinned();
|
||||
}
|
||||
|
Reference in New Issue
Block a user