From 142fee58b0449b3fe3f436986339c318de66b33f Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 15 Jul 2024 17:14:09 +0100 Subject: feat(fetch): fetch events and save to cache enabler to add simplicity, efficency and offline capability to other functions improve repo announcement selection --- src/sub_commands/list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sub_commands/list.rs') diff --git a/src/sub_commands/list.rs b/src/sub_commands/list.rs index 5dc868c..d3f583f 100644 --- a/src/sub_commands/list.rs +++ b/src/sub_commands/list.rs @@ -820,7 +820,7 @@ pub static STATUS_KIND_APPLIED: u16 = 1631; pub static STATUS_KIND_CLOSED: u16 = 1632; pub static STATUS_KIND_DRAFT: u16 = 1633; -fn status_kinds() -> Vec { +pub fn status_kinds() -> Vec { vec![ nostr::Kind::Custom(STATUS_KIND_OPEN), nostr::Kind::Custom(STATUS_KIND_APPLIED), -- cgit v1.2.3