Use inbox relays only when fetching messages
This commit is contained in:
Generated
+1
-1
@@ -3635,7 +3635,7 @@
|
||||
},
|
||||
"packages/app": {
|
||||
"name": "@welshman/app",
|
||||
"version": "0.0.15",
|
||||
"version": "0.0.16",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@welshman/dvm": "~0.0.10",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/app",
|
||||
"version": "0.0.15",
|
||||
"version": "0.0.16",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "A collection of svelte stores for use in building nostr client applications.",
|
||||
|
||||
@@ -189,8 +189,8 @@ export class Router {
|
||||
|
||||
Messages = (pubkeys: string[]) =>
|
||||
this.scenario([
|
||||
...this.getUserSelections(),
|
||||
...this.getPubkeySelections(pubkeys),
|
||||
...this.getUserSelections(RelayMode.Inbox),
|
||||
...this.getPubkeySelections(pubkeys, RelayMode.Inbox),
|
||||
])
|
||||
|
||||
PublishMessage = (pubkey: string) =>
|
||||
|
||||
Reference in New Issue
Block a user