Fix inbox relays, add time functions

This commit is contained in:
Jon Staab
2024-10-02 11:51:14 -07:00
parent b12f4aec4d
commit 7af86f42cf
7 changed files with 126 additions and 10 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export const {
load({...request, filters: [{kinds: [RELAYS], authors: [pubkey]}]}),
})
export const inboxRelaySelections = withGetter(deriveEvents(repository, {filters: [{kinds: [RELAYS]}]}))
export const inboxRelaySelections = withGetter(deriveEvents(repository, {filters: [{kinds: [INBOX_RELAYS]}]}))
export const {
indexStore: inboxRelaySelectionsByPubkey,