mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-27 04:47:10 +00:00
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 #27640.