mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Couple of crash fixes.
This commit is contained in:
parent
59977da2b4
commit
6eb5d47c35
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 06960b493d58d7c4e642dc38384d5f0db5340f1c
|
||||
Subproject commit 25294ef8da339f23e87d3cf0dbe8f29491712cfc
|
Loading…
Add table
Reference in a new issue