read: false from relay.primal.net and relay.damus.io

This commit is contained in:
Alex Gleason
2026-06-25 15:48:33 +03:00
parent 8adf351ae6
commit fe16f2ac07
+2 -1
View File
@@ -28,7 +28,8 @@ export const APP_RELAYS: RelayMetadata = {
relays: [
{ url: 'wss://relay.ditto.pub/', read: true, write: true },
{ url: 'wss://relay.dreamith.to/', read: true, write: true },
{ url: 'wss://relay.primal.net/', read: true, write: true },
{ url: 'wss://relay.primal.net/', read: false, write: true },
{ url: 'wss://relay.damus.io/', read: false, write: true },
],
updatedAt: 0,
};