Notification with Service Workers now is working!
When a Notification arrives, it save into the IndexDb, then in Vue.js call a polling to check in the db if there is a different record count. If is different then call a get to update the notification.
This commit is contained in:
@@ -415,6 +415,9 @@ const msg_it = {
|
||||
verified_by_aportador: 'Verificato',
|
||||
notAsk_ToVerify: 'No Verif. Reg',
|
||||
trust_modified: 'Fiducia Modificata',
|
||||
reported: 'Segnalato',
|
||||
username_who_reported: 'Segnal da',
|
||||
date_reported: 'Data Segnal.',
|
||||
blocked: 'Bloccato',
|
||||
username_who_block: 'Bloccato da',
|
||||
username_regala_invitato: 'Username del Destinatario del regalo',
|
||||
|
||||
Reference in New Issue
Block a user