- Lista iscritti: aggiunto le note e il flag "Da Contattare"
This commit is contained in:
@@ -53,6 +53,7 @@ module.exports = {
|
||||
FILTER_USER_ONLINE_6_MESI: 268435456,
|
||||
FILTER_NOTE: 536870912,
|
||||
FILTER_SENZA_NOTE: 1073741824,
|
||||
FILTER_DA_CONTATTARE: 2147483648,
|
||||
|
||||
OPTIONS_SEARCH_ONLY_FULL_WORDS: 1,
|
||||
OPTIONS_SEARCH_USER_ONLY_FULL_WORDS: 2,
|
||||
@@ -969,6 +970,7 @@ module.exports = {
|
||||
adType: 1,
|
||||
photos: 1,
|
||||
note: 1,
|
||||
da_contattare: 1,
|
||||
descr: 1,
|
||||
date_created: 1,
|
||||
date_updated: 1,
|
||||
@@ -989,6 +991,7 @@ module.exports = {
|
||||
'profile.mycircuits': 1,
|
||||
'profile.qualifica': 1,
|
||||
'profile.note': 1,
|
||||
'profile.da_contattare': 1,
|
||||
'profile.resid_province': 1,
|
||||
'profile.resid_card': 1,
|
||||
'profile.username_telegram': 1,
|
||||
|
||||
Reference in New Issue
Block a user