mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 15:04:57 +00: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.