mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 22:57:11 +02:00
Fix shared media list in migrated groups.
This commit is contained in:
parent
e05b2f3b38
commit
75337ad1c2
1 changed files with 1 additions and 1 deletions
|
@ -857,7 +857,7 @@ FullMsgId ListWidget::computeFullId(
|
|||
return (universalId > 0)
|
||||
? FullMsgId(_peer->id, universalId)
|
||||
: FullMsgId(
|
||||
(_peer ? _peer.get() : _migrated)->id,
|
||||
(_migrated ? _migrated : _peer.get())->id,
|
||||
ServerMaxMsgId + universalId);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue