mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 22:57:11 +02:00
parent
82e890746b
commit
cccf048e3f
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ QByteArray SerializeMessage(
|
|||
push("stars", data.stars);
|
||||
push("is_limited", data.limited);
|
||||
push("is_anonymous", data.anonymous);
|
||||
pushBare("text", SerializeText(context, data.text));
|
||||
pushBare("gift_text", SerializeText(context, data.text));
|
||||
}, [](v::null_t) {});
|
||||
|
||||
if (v::is_null(message.action.content)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue