Compare commits

..

2 Commits

Author SHA1 Message Date
1d022b21bd 1.20.5
All checks were successful
CI / Lint (push) Successful in 31s
CI / Test (push) Successful in 56s
2026-04-25 11:10:44 +01:00
3e831a7686 Enable relay pings
This should re-establish relay connections when PWAs are being woken up
after background sleep
2026-04-25 11:08:55 +01:00
6 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ import Service from '@ember/service';
import { RelayPool } from 'applesauce-relay'; import { RelayPool } from 'applesauce-relay';
export default class NostrRelayService extends Service { export default class NostrRelayService extends Service {
pool = new RelayPool(); pool = new RelayPool({ enablePing: true });
async publish(relays, event) { async publish(relays, event) {
if (!relays || relays.length === 0) { if (!relays || relays.length === 0) {

View File

@@ -1,6 +1,6 @@
{ {
"name": "marco", "name": "marco",
"version": "1.20.4", "version": "1.20.5",
"private": true, "private": true,
"description": "Unhosted maps app", "description": "Unhosted maps app",
"repository": { "repository": {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -39,7 +39,7 @@
<meta name="msapplication-TileColor" content="#F6E9A6"> <meta name="msapplication-TileColor" content="#F6E9A6">
<meta name="msapplication-TileImage" content="/icons/icon-144.png"> <meta name="msapplication-TileImage" content="/icons/icon-144.png">
<script type="module" crossorigin src="/assets/main-CIpd5fcK.js"></script> <script type="module" crossorigin src="/assets/main-Dhq0XoTm.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-CHuW_yI-.css"> <link rel="stylesheet" crossorigin href="/assets/main-CHuW_yI-.css">
</head> </head>
<body> <body>