mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
@@ -1826,8 +1826,10 @@ void Session::updateEditedMessage(const MTPMessage &data) {
|
||||
checkEntitiesAndViewsUpdate(data.c_message());
|
||||
}
|
||||
data.match([](const MTPDmessageEmpty &) {
|
||||
}, [&](const auto &data) {
|
||||
}, [&](const MTPDmessageService &data) {
|
||||
existing->applyEdition(data);
|
||||
}, [&](const auto &data) {
|
||||
existing->applyEdition(HistoryMessageEdition(_session, data));
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user