updated tgl
This commit is contained in:
parent
4f9cde9af7
commit
4b5c2556d0
4
lua-tg.c
4
lua-tg.c
@ -445,7 +445,9 @@ void push_message (struct tgl_message *M) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (M->flags & TGLMF_MENTION) {
|
if (M->flags & TGLMF_MENTION) {
|
||||||
lua_add_num_field ("mention", 1);
|
lua_pushstring (luaState, "mention");
|
||||||
|
lua_pushboolean (luaState, 1);
|
||||||
|
lua_settable (luaState, -3);
|
||||||
}
|
}
|
||||||
|
|
||||||
lua_pushstring (luaState, "from");
|
lua_pushstring (luaState, "from");
|
||||||
|
2
tgl
2
tgl
@ -1 +1 @@
|
|||||||
Subproject commit a4588778f998d0f27fb7e342a84b2b4ab56274dc
|
Subproject commit 16830c9872745a73b77767db477ecf1f5463bf8f
|
Loading…
x
Reference in New Issue
Block a user