fix peercount & relays

This commit is contained in:
Naiel
2025-12-12 16:06:52 +01:00
committed by GitHub
parent 33594b2508
commit 0366f62dfb
3 changed files with 12 additions and 9 deletions

View File

@@ -144,6 +144,7 @@ function fixGunLocalStorage() {
function betterGunPut(ref, data) {
ref.put(data, (ack) => {
if (ack.err) {
console.error("Ack failure", ack)
toastr.error(
ack.err + "<br>Pulsa aqui para reiniciar la app",
"Error al guardar", { onclick: () => fixGunLocalStorage() }