forked from telegramdesktop/tdesktop
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix possible crash in common groups list.
Currently Data::Session::processChat() may change adminRights(), that may change Data::CanSendAnyOf(peer, ...), that may lead to Window::SessionController::updateThirdColumnToCurrentChat() call, that destroys current third column to replace it with another one. If common groups list was opened in the third column this will crash. Fixes telegramdesktop#27640.
- Loading branch information
1 parent
ad6321d
commit 12a24dd
Showing
1 changed file
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters