Remove the anchored ephemeral send transport

Task: 2026/08/07/resolve-anchored-ephemeral-send-transport
This commit is contained in:
John Preston
2026-08-08 21:15:08 +04:00
parent 3a6b5ff5ae
commit 0116e02ad1
3 changed files with 7 additions and 69 deletions

View File

@@ -1900,11 +1900,6 @@ void Updates::feedUpdate(const MTPUpdate &update) {
session().ephemeralMessages().apply(d);
} break;
case mtpc_updateEphemeralBotCallbackQuery: {
const auto &d = update.c_updateEphemeralBotCallbackQuery();
session().ephemeralMessages().apply(d);
} break;
case mtpc_updateQuickReplies: {
const auto &d = update.c_updateQuickReplies();
session().data().shortcutMessages().apply(d);