aboutsummaryrefslogtreecommitdiff
path: root/src/lib/consts.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/consts.ts')
-rw-r--r--src/lib/consts.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/consts.ts b/src/lib/consts.ts
index e9f766d..26f8911 100644
--- a/src/lib/consts.ts
+++ b/src/lib/consts.ts
@@ -1,6 +1,6 @@
export const wikiKind = 30818;
export const indexKind = 30040;
-export const zettelKind = 30041;
+export const zettelKinds = [ 1, 30024, 30041, 30818];
export const standardRelays = [ "wss://thecitadel.nostr1.com" ];
export enum FeedType {