TGTGInsighttelegram intelligenceLIVE / telegram public index
← Telegram github commits and releases
Telegram github commits and releases avatar

TGINSIGHT POST

Post #19532

@tgappsupdates

Telegram github commits and releases

Views193Post view count
PostedMar 503/05/2026, 12:15 PM
Post content

Post content

telegramdesktop/tdesktop/dev • 151f3f6 • 1 files, +1/-0 accessibility: label QR code button in settings cover telegramdesktop/tdesktop/dev • 1a35929 • 1 files, +6/-0 accessibility: label profile photo buttons by role telegramdesktop/tdesktop/dev • ec7c76b • 5 files, +32/-17 Cache Webview::Availability() result for startup checks Iv::ShowButton() and LocationPicker::Available() each called Webview::Availability() separately (~200ms each on Linux). Replace the per-caller static caches with a single shared cache in Core::CachedWebviewAvailability(), reducing startup from two ~200ms calls to one. #tdesktop