Mostrare Bottone Telegram per tutti
Visualizzazione Cellulare sul Profilo
This commit is contained in:
@@ -1199,6 +1199,7 @@ UserSchema.statics.getUserProfileByUsername = async function(
|
|||||||
verified_email: 1,
|
verified_email: 1,
|
||||||
verified_by_aportador: 1,
|
verified_by_aportador: 1,
|
||||||
date_reg: 1,
|
date_reg: 1,
|
||||||
|
'profile.username_telegram': 1,
|
||||||
'profile.img': 1,
|
'profile.img': 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -1219,6 +1220,8 @@ UserSchema.statics.getUserProfileByUsername = async function(
|
|||||||
'profile.biografia': 1,
|
'profile.biografia': 1,
|
||||||
'profile.teleg_id': 1,
|
'profile.teleg_id': 1,
|
||||||
'profile.username_telegram': 1,
|
'profile.username_telegram': 1,
|
||||||
|
'profile.intcode_cell': 1,
|
||||||
|
'profile.cell': 1,
|
||||||
'profile.website': 1,
|
'profile.website': 1,
|
||||||
'profile.img': 1,
|
'profile.img': 1,
|
||||||
'profile.sex': 1,
|
'profile.sex': 1,
|
||||||
@@ -1247,6 +1250,8 @@ UserSchema.statics.getUserProfileByUsername = async function(
|
|||||||
'profile.biografia': 1,
|
'profile.biografia': 1,
|
||||||
'profile.teleg_id': 1,
|
'profile.teleg_id': 1,
|
||||||
'profile.username_telegram': 1,
|
'profile.username_telegram': 1,
|
||||||
|
'profile.intcode_cell': 1,
|
||||||
|
'profile.cell': 1,
|
||||||
'profile.website': 1,
|
'profile.website': 1,
|
||||||
'profile.img': 1,
|
'profile.img': 1,
|
||||||
'profile.sex': 1,
|
'profile.sex': 1,
|
||||||
@@ -1639,6 +1644,8 @@ function getWhatToShow(idapp, username) {
|
|||||||
'profile.qualifica': 1,
|
'profile.qualifica': 1,
|
||||||
'profile.biografia': 1,
|
'profile.biografia': 1,
|
||||||
'profile.username_telegram': 1,
|
'profile.username_telegram': 1,
|
||||||
|
'profile.intcode_cell': 1,
|
||||||
|
'profile.cell': 1,
|
||||||
'profile.website': 1,
|
'profile.website': 1,
|
||||||
'profile.img': 1,
|
'profile.img': 1,
|
||||||
'profile.sex': 1,
|
'profile.sex': 1,
|
||||||
@@ -1661,6 +1668,7 @@ function getWhatToShow_Unknown(idapp, username) {
|
|||||||
// sospeso: 1,
|
// sospeso: 1,
|
||||||
verified_email: 1,
|
verified_email: 1,
|
||||||
verified_by_aportador: 1,
|
verified_by_aportador: 1,
|
||||||
|
'profile.username_telegram': 1,
|
||||||
'profile.img': 1,
|
'profile.img': 1,
|
||||||
'profile.sex': 1,
|
'profile.sex': 1,
|
||||||
'profile.born_province': 1,
|
'profile.born_province': 1,
|
||||||
@@ -1678,6 +1686,7 @@ UserSchema.statics.getWhatToShow_IfFriends = async function(idapp, username) {
|
|||||||
// deleted: 1,
|
// deleted: 1,
|
||||||
// sospeso: 1,
|
// sospeso: 1,
|
||||||
verified_email: 1,
|
verified_email: 1,
|
||||||
|
'profile.username_telegram': 1,
|
||||||
verified_by_aportador: 1,
|
verified_by_aportador: 1,
|
||||||
'profile.img': 1,
|
'profile.img': 1,
|
||||||
'profile.sex': 1,
|
'profile.sex': 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user