mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-31 09:36:12 +00:00
Fix build on macOS.
This commit is contained in:
@@ -1095,7 +1095,7 @@ auto HtmlWriter::Wrap::pushMessage(
|
||||
if (!serviceText.isEmpty()) {
|
||||
const auto &content = message.action.content;
|
||||
const auto photo = v::is<ActionChatEditPhoto>(content)
|
||||
? &std::get<ActionChatEditPhoto>(content).photo
|
||||
? &v::get<ActionChatEditPhoto>(content).photo
|
||||
: nullptr;
|
||||
return { info, pushServiceMessage(
|
||||
message.id,
|
||||
|
||||
Reference in New Issue
Block a user