- 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:
@@ -201,7 +201,7 @@
|
||||
<q-list style="min-width: 150px">
|
||||
<q-item
|
||||
clickable
|
||||
v-if="!tools.isUserAdminGroup(groupname, contact.username)"
|
||||
v-if="!tools.isUserAdminGroup(groupname, contact.username, true)"
|
||||
v-close-popup
|
||||
@click="
|
||||
tools.addtoAdminOfMyGroup($q, contact.username, groupname)
|
||||
@@ -215,7 +215,7 @@
|
||||
<q-item
|
||||
clickable
|
||||
v-if="
|
||||
tools.isUserAdminGroup(groupname, contact.username) &&
|
||||
tools.isUserAdminGroup(groupname, contact.username, true) &&
|
||||
tools.iAmTheCreatorOfTheGroup(groupname)
|
||||
"
|
||||
v-close-popup
|
||||
|
||||
Reference in New Issue
Block a user