Filtra Ricerca...

This commit is contained in:
Surya Paolo
2023-06-05 16:36:00 +02:00
parent a79e79a85e
commit 84328e7bcd
7 changed files with 90 additions and 58 deletions

View File

@@ -3916,7 +3916,7 @@ module.exports = {
const linkuserprof = this.getHostByIdApp(idapp) + '/my/' +
myuser.username;
msg = `<br>👉🏻 <a href="${linkuserprof}">${name}</a> (email: ${myuser.email})`;
msg = `<br>👉🏻 <a href="${linkuserprof}">${name}</a><br>email: ${myuser.email}`;
let u_tg = myuser.profile && myuser.profile.hasOwnProperty('username_telegram') ? myuser.profile.username_telegram : usernametelegram;
let name_tg = myuser.profile && myuser.profile.hasOwnProperty('firstname_telegram')
@@ -3931,7 +3931,7 @@ module.exports = {
namesurnametg = ` [${name_tg} ${surname_tg}]`;;
if (u_tg) {
msg += `<br><br>https://t.me/${u_tg}`;
msg += `<br><br>Apri chat 👉🏻 https://t.me/${u_tg}`;
}
} catch (e) {
console.error('getUserInfoMsg', e);