- Gruppi si chiamano ora "Organizzazioni".

- Categorie dei Gruppi aggiornate.
- Email ora compare sul profilo se non hai telegram e anche sugli annunci.
This commit is contained in:
Surya Paolo
2025-01-28 23:32:32 +01:00
parent b56e25d1fa
commit 341b4b8ec7
11 changed files with 195 additions and 114 deletions

View File

@@ -28,6 +28,11 @@ async function getCircuitRecAdminsInfo(idapp, data) {
if (myuser && myuser.profile)
admin.profile = { img: myuser.profile.img };
}
if (data.admins.length === 0) {
data.admins.push({username: shared_consts.USER_ADMIN_CIRCUITS})
}
}
} catch (e) {
console.error(e);