InfiniteScroll 3
fix user list send telegram text invited show in profile
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user