InfiniteScroll 3

fix user list
send telegram text
invited show in profile
This commit is contained in:
paoloar77
2022-08-18 05:26:50 +02:00
parent fa2b03f2c8
commit 5dfcd4f7fa
4 changed files with 39 additions and 0 deletions

View File

@@ -1164,6 +1164,7 @@ const MyTelegramBot = {
};
let invia = false;
let content = '';
let tipomsgtempl = 0;
@@ -1176,6 +1177,8 @@ const MyTelegramBot = {
if (params.cmd === shared_consts.MsgTeleg.SHARE_MSGREG) {
tipomsgtempl = shared_consts.TypeMsgTemplate.MS_SHARE_LINK;
invia = true;
} else if (params.cmd === shared_consts.MsgTeleg.SHARE_TEXT) {
invia = !!params.content;
}
if (tipomsgtempl > 0) {