- Statistiche

- Menu e Sottomenu
- Lista ultimi Movimenti
This commit is contained in:
Surya Paolo
2024-09-26 02:14:33 +02:00
parent ca519baad4
commit ce51c87365
13 changed files with 45558 additions and 64 deletions

View File

@@ -177,7 +177,7 @@ module.exports = {
mytable = Newstosent;
else if (tablename === 'gallery')
mytable = Gallery;
else if (tablename === 'mypage')
else if ((tablename === 'mypages') || (tablename === 'mypage'))
mytable = MyPage;
else if (tablename === 'myelems')
mytable = MyElem;
@@ -292,7 +292,7 @@ module.exports = {
textcontent_Telegram: recnotif.textcontent_Telegram ? recnotif.textcontent_Telegram : '',
linkaddTelegram: recnotif.linkaddTelegram ? recnotif.linkaddTelegram : '',
};
if (tools.isBitActive(recnotif.typesend, shared_consts.MessageOptions.Notify_ByPushNotification) && this.checkifSendPushNotification) {
params.typesend = params.typesend + shared_consts.TypeSend.PUSH_NOTIFICATION;
invia = true;
@@ -500,7 +500,7 @@ module.exports = {
return await this.SendMsgToParam(idapp, params);
},
replaceUsername: async function (idapp, search_username, replace_username) {
replaceUsername: async function (idapp, search_username, replace_username) {
if (!search_username || !replace_username) {
return false;