- menu BOT

- verified_by_aportador
This commit is contained in:
paoloar77
2021-12-29 18:26:41 +01:00
parent f29c9e0413
commit 664b469d99
30 changed files with 505 additions and 60 deletions

View File

@@ -15,6 +15,11 @@ export default function () {
return `${userStore.getImgByUsername(username)}`
}
function getRefLink(username: string) {
const userStore = useUserStore()
return `${userStore.getRefLink(username)}`
}
function isValidUsername(username: string) {
return username && username !== 'nessuno' && username !== 'none'
}
@@ -103,7 +108,7 @@ export default function () {
function Verificato() {
const userStore = useUserStore()
return userStore.my.verified_email
return userStore.my.verified_email && userStore.my.verified_by_aportador
}
function paotest() {