diff --git a/Telegram/SourceFiles/ayu/ui/context_menu/context_menu.cpp b/Telegram/SourceFiles/ayu/ui/context_menu/context_menu.cpp index ba72d02040..3e585903f1 100644 --- a/Telegram/SourceFiles/ayu/ui/context_menu/context_menu.cpp +++ b/Telegram/SourceFiles/ayu/ui/context_menu/context_menu.cpp @@ -206,7 +206,7 @@ void AddHideMessageAction(not_null menu, HistoryItem *item) { return; } - const auto history = item->history(); + const auto history = item->history(); const auto owner = &history->owner(); menu->addAction( tr::ayu_ContextHideMessage(tr::now),