mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
@@ -291,6 +291,10 @@ Dialogs::RowDescriptor WrapWidget::activeChat() const {
|
||||
: Dialogs::RowDescriptor(
|
||||
storiesPeer->owner().history(storiesPeer),
|
||||
FullMsgId());
|
||||
} else if (const auto giftsPeer = key().giftsPeer()) {
|
||||
return Dialogs::RowDescriptor(
|
||||
giftsPeer->owner().history(giftsPeer),
|
||||
FullMsgId());
|
||||
} else if (const auto musicPeer = key().musicPeer()) {
|
||||
return Dialogs::RowDescriptor(
|
||||
musicPeer->owner().history(musicPeer),
|
||||
|
||||
Reference in New Issue
Block a user