upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/sub_commands/list.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-07-15 17:14:09 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-07-15 17:18:36 +0100
commit142fee58b0449b3fe3f436986339c318de66b33f (patch)
tree61d4c78e4fed0024d426dd444424b58c36fecf5b /src/sub_commands/list.rs
parentba82a894fad645757c49242c11573b6c5dd8d1e6 (diff)
feat(fetch): fetch events and save to cache
enabler to add simplicity, efficency and offline capability to other functions improve repo announcement selection
Diffstat (limited to 'src/sub_commands/list.rs')
-rw-r--r--src/sub_commands/list.rs2
1 files changed, 1 insertions, 1 deletions
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;
820pub static STATUS_KIND_CLOSED: u16 = 1632; 820pub static STATUS_KIND_CLOSED: u16 = 1632;
821pub static STATUS_KIND_DRAFT: u16 = 1633; 821pub static STATUS_KIND_DRAFT: u16 = 1633;
822 822
823fn status_kinds() -> Vec<nostr::Kind> { 823pub fn status_kinds() -> Vec<nostr::Kind> {
824 vec![ 824 vec![
825 nostr::Kind::Custom(STATUS_KIND_OPEN), 825 nostr::Kind::Custom(STATUS_KIND_OPEN),
826 nostr::Kind::Custom(STATUS_KIND_APPLIED), 826 nostr::Kind::Custom(STATUS_KIND_APPLIED),