From 01d995c731c296292cd3f1f9a4702eb96a0bf628 Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Mon, 30 Sep 2024 23:14:36 -0400 Subject: Absorb and display events At least message-type ones, and at least without styling or memory-limit concerns. --- hi-ui/src/store.js | 1 + 1 file changed, 1 insertion(+) (limited to 'hi-ui/src/store.js') diff --git a/hi-ui/src/store.js b/hi-ui/src/store.js index 06042c2..a9d9421 100644 --- a/hi-ui/src/store.js +++ b/hi-ui/src/store.js @@ -3,3 +3,4 @@ import { writable } from 'svelte/store'; export const currentUser = writable(null); export const activeChannel = writable(null); export const channelsList = writable([]); +export const events = writable([]); -- cgit v1.2.3