TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
Post content
telegramdesktop/tdesktop/dev • f787e0f • 1 files, +15/-2 Allow to pass URLs without `--` This allows to make tdesktop as a URL handler with generic file dialog in e.g. Firefox (previously the window was opening but no URL handled) telegramdesktop/tdesktop/dev • 5fbf280 • 9 files, +90/-152 Combine startUrls and sendPaths This commit allows to handle multiple URLs of all types as positional arguments simultaneously: * tg:// links * tonsite:// links * interpret:// file paths * generic file paths (to share files) This allows to Drag'n'Drop files to the Telegram shortcut/binary. #tdesktop