mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Couple of crash fixes.
This commit is contained in:
@@ -162,7 +162,7 @@ void AddChatMembers(
|
||||
}
|
||||
|
||||
bool PinnedLimitReached(Dialogs::Key key, FilterId filterId) {
|
||||
Expects(key.entry()->folderKnown());
|
||||
Expects(filterId != 0 || key.entry()->folderKnown());
|
||||
|
||||
const auto entry = key.entry();
|
||||
const auto owner = &entry->owner();
|
||||
|
Reference in New Issue
Block a user