Aggiornamento Ore
This commit is contained in:
@@ -123,6 +123,8 @@ async function SendMsgToParam(idapp, params) {
|
||||
invia = user.profile.socioresidente;
|
||||
}else if (params.typemsg === shared_consts.TypeMsg.SEND_TO_NON_SOCI) {
|
||||
invia = !user.profile.socio;
|
||||
}else if (params.typemsg === shared_consts.TypeMsg.SEND_TO_PAOLO) {
|
||||
invia = user.username === 'paoloarcnm';
|
||||
} else {
|
||||
invia = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user