summaryrefslogtreecommitdiff
path: root/ui/lib/constants.js
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2025-02-16 22:00:57 -0500
committerKit La Touche <kit@transneptune.net>2025-02-20 21:53:25 -0500
commitdaaf37a1ed3760f03fceb1123ebe80de3a2f280c (patch)
treee823603aa1683a2c07fd08dde724780147822348 /ui/lib/constants.js
parent43af74832f9a2fa7f40dc71985eec9b0ada087dd (diff)
Separate channel metadata out into its own store
This is stored locally, and, while parallel to channel info, is not the same as. Eventually, this may hold info about moot/decayed channels, and grow unbounded. That'll need to be addressed.
Diffstat (limited to 'ui/lib/constants.js')
-rw-r--r--ui/lib/constants.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/lib/constants.js b/ui/lib/constants.js
index a707c4b..c001f6d 100644
--- a/ui/lib/constants.js
+++ b/ui/lib/constants.js
@@ -1 +1,2 @@
export const STORE_KEY_CHANNELS_DATA = 'pilcrow:channelsData';
+export const EPOCH_STRING = '1970-01-01T00:00:00Z';