Split router out into its own library
This commit is contained in:
@@ -25,5 +25,5 @@ export const {
|
||||
name: "mutes",
|
||||
store: mutes,
|
||||
getKey: mute => mute.event.pubkey,
|
||||
load: makeOutboxLoader(MUTES)
|
||||
load: makeOutboxLoader(MUTES),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user