mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Fix crash in unlinking discussion group.
This commit is contained in:
@@ -1102,7 +1102,7 @@ void Controller::saveLinkedChat() {
|
||||
}
|
||||
|
||||
const auto chat = *_savingData.linkedChat;
|
||||
if (channel->isBroadcast() && chat->hiddenPreHistory()) {
|
||||
if (channel->isBroadcast() && chat && chat->hiddenPreHistory()) {
|
||||
togglePreHistoryHidden(
|
||||
chat,
|
||||
false,
|
||||
|
Reference in New Issue
Block a user