Notifica Telegram e Push quando mandi la stretta di mano

This commit is contained in:
Surya Paolo
2023-06-07 10:15:10 +02:00
parent bd3a9557e2
commit 57eb8ee203
12 changed files with 80 additions and 26 deletions

View File

@@ -7188,6 +7188,10 @@ export const tools = {
return '/my/' + tools.getAportadorSolidario()
},
getLinkTelegramAportador(username_telegram_aportador: string) {
return this.getHttpForTelegram(username_telegram_aportador)
},
openrighttoolbar() {
const globalStore = useGlobalStore()
globalStore.rightDrawerOpen = true

View File

@@ -168,6 +168,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
enableDebugOn: false,
showButtHome: false,
showViewGroups: false,
showViewEventi: false,
showViewCircuits: false,
showViewUsers: false,
showViewBooking: false,