Aggiungere Sito internet anche ai gruppi

Pare che quando creo un gruppo compaia il mio username tra gli amministratori !
Il filtro per Categoria in Servizi non filtra bene !
This commit is contained in:
paoloar77
2022-02-28 00:07:32 +01:00
parent a7771bce5d
commit ab7650193a
14 changed files with 726 additions and 41 deletions

View File

@@ -104,7 +104,7 @@ export default defineComponent({
if (mygrp.value) {
if (!!mygrp.value.link_telegram) {
return 'https://t.me/' + mygrp.value.link_telegram
return (!mygrp.value.link_telegram.startsWith('http') ? 'https://' : '') + mygrp.value.link_telegram
}
} else {
return ''