mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
9dc236b685
checkStartUrls() passed URLs directly to openLocalUrl() which only handles tg:// scheme URLs. When https://t.me/ links were passed as command-line arguments, they were silently ignored. Now URLs are converted via TryConvertUrlToLocal() before processing, matching the behavior used when clicking links inside the app.