telegramdesktop/tdesktop/public-canary • ce094ed • 1 files, +5/-2 Fixed assertion clearing a history

Telegram github commits and releases

Telegram github commits and releases

@tgappsupdates

Broadcast from the most important Telegram clients' repositories

4,538 مشتركًا
فتح في تيليجرام
telegramdesktop/tdesktop/public-canaryce094ed1 files, +5/-2
Fixed assertion clearing a history twice at once.

telegramdesktop/tdesktop/public-canary556dd3a1 files, +10/-2
Fixed crash editing an album thumb with no cursor one.

telegramdesktop/tdesktop/public-canary3c0a78c1 files, +9/-1
Fixed stack overflow relayouting the drag areas.

telegramdesktop/tdesktop/public-canary5be5a471 files, +6/-2
Fixed crash choosing a group call reaction.

telegramdesktop/tdesktop/public-canary6e3fb882 files, +24/-5
Fixed use-after-free in the recent chats switcher.

telegramdesktop/tdesktop/public-canarybfdeec91 files, +1/-1
Don't abort on E_OUTOFMEMORY from a WinRT server.

telegramdesktop/tdesktop/public-canary68a25442 files, +14/-0
Fixed stack overflow typing a phone with an IME.

telegramdesktop/tdesktop/public-canary39428b41 files, +23/-6
Fixed crash when the last monitor is removed.

telegramdesktop/tdesktop/public-canary52858161 files, +8/-1
Fixed use-after-free of the font preview theme.

telegramdesktop/tdesktop/public-canaryb47690e1 files, +8/-0
Fixed crash closing the location picker webview.

telegramdesktop/tdesktop/public-canary3afebb71 files, +7/-2
Fixed archive assertion on an unknown unread state.

telegramdesktop/tdesktop/public-canary786289e3 files, +33/-21
Reclaim the right button ripple callback per press.

The ripple outlives the row it was created for: it is owned per peer by
_rightButtons, so a callback baked in on the first press kept repainting
a Row that was long gone. Keep the callback in the button and refresh it
on every press, holding the row through a weak pointer - which is why
has_weak_ptr moves down to BasicRow, where nearly every subclass already
had it.

#tdesktop
فتح المنشور في تيليجرام