mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
Remove the anchored ephemeral send transport
Task: 2026/08/07/resolve-anchored-ephemeral-send-transport
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user