From daaf37a1ed3760f03fceb1123ebe80de3a2f280c Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Sun, 16 Feb 2025 22:00:57 -0500 Subject: 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. --- ui/lib/constants.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/lib/constants.js') 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'; -- cgit v1.2.3