Optimize date formatting and repository/tracker stores

This commit is contained in:
Jon Staab
2024-12-09 13:37:07 -08:00
parent 7982bebb35
commit fba0482ec3
10 changed files with 115 additions and 99 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import {pubkey, signer} from './session'
import {getFilterSelections} from './router'
import {loadRelaySelections} from './relaySelections'
import {wotGraph, maxWot, getFollows, getNetwork, getFollowers} from './wot'
import {load} from './core'
import {load} from './subscribe'
export const request = async ({filters = [{}], relays = [], onEvent}: RequestOpts) => {
if (relays.length > 0) {