diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-15 17:14:09 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-15 17:18:36 +0100 |
| commit | 142fee58b0449b3fe3f436986339c318de66b33f (patch) | |
| tree | 61d4c78e4fed0024d426dd444424b58c36fecf5b /src/sub_commands/list.rs | |
| parent | ba82a894fad645757c49242c11573b6c5dd8d1e6 (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.rs | 2 |
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; | |||
| 820 | pub static STATUS_KIND_CLOSED: u16 = 1632; | 820 | pub static STATUS_KIND_CLOSED: u16 = 1632; |
| 821 | pub static STATUS_KIND_DRAFT: u16 = 1633; | 821 | pub static STATUS_KIND_DRAFT: u16 = 1633; |
| 822 | 822 | ||
| 823 | fn status_kinds() -> Vec<nostr::Kind> { | 823 | pub 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), |