Use inbox relays only when fetching messages
This commit is contained in:
@@ -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