mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
mediaview, audioplayer and profilewidget display united media in group and migrated supergroup
This commit is contained in:
@@ -2505,9 +2505,9 @@ namespace App {
|
||||
ChannelReplyMarkups::iterator i = channelReplyMarkups.find(channelId);
|
||||
if (i != channelReplyMarkups.cend()) {
|
||||
i->remove(msgId);
|
||||
}
|
||||
if (i->isEmpty()) {
|
||||
channelReplyMarkups.erase(i);
|
||||
if (i->isEmpty()) {
|
||||
channelReplyMarkups.erase(i);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user