2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Mark all types of local history items.

This commit is contained in:
John Preston
2019-09-06 10:53:44 +03:00
parent b0c5a75fb9
commit 7893ad0558
6 changed files with 26 additions and 26 deletions

View File

@@ -166,7 +166,7 @@ AdminLog::OwnedItem GenerateForwardedItem(
return history->owner().makeMessage(
history,
data,
MTPDmessage_ClientFlags());
MTPDmessage_ClientFlag::f_fake_history_item);
}, [](auto &&) -> not_null<HistoryMessage*> {
Unexpected("Type in GenerateForwardedItem.");
});