mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-04 02:50:36 +00:00
Merge tag 'v4.16.0' into dev
# Conflicts: # README.md # Telegram/Resources/winrc/Telegram.rc # Telegram/Resources/winrc/Updater.rc # Telegram/SourceFiles/calls/calls_call.cpp # Telegram/SourceFiles/core/local_url_handlers.cpp # Telegram/SourceFiles/core/version.h # Telegram/SourceFiles/history/view/media/history_view_giveaway.cpp # Telegram/SourceFiles/history/view/media/history_view_sticker.cpp # Telegram/lib_ui # snap/snapcraft.yaml
This commit is contained in:
@@ -745,8 +745,9 @@ void Histories::deleteAllMessages(
|
||||
chat->inputChat,
|
||||
MTP_inputUserSelf(),
|
||||
MTP_int(0)
|
||||
)).done([=](const MTPUpdates &updates) {
|
||||
session().api().applyUpdates(updates);
|
||||
)).done([=](const MTPmessages_InvitedUsers &result) {
|
||||
const auto &data = result.data();
|
||||
session().api().applyUpdates(data.vupdates());
|
||||
deleteAllMessages(
|
||||
history,
|
||||
deleteTillId,
|
||||
|
||||
Reference in New Issue
Block a user