-Quando insersci l'username telegram sul Profilo, devo togliergli la chiocciola !

- anche nella ricerca User
This commit is contained in:
Surya Paolo
2024-02-28 17:04:34 +01:00
parent 965f32b65c
commit 8da93f3f4a
6 changed files with 72 additions and 20 deletions

View File

@@ -8471,6 +8471,15 @@ export const tools = {
return circ ? circ.name : ''
},
rimuoviAtPrimoCarattere(stringa: string) {
if (stringa.charAt(0) === '@') {
return stringa.slice(1);
} else {
return stringa;
}
},
// FINE !
// getLocale() {