implement message view render queue

This commit is contained in:
riqo 2021-02-16 17:00:24 -06:00
commit 86a1460ad2
11 changed files with 160 additions and 83 deletions

View file

@ -23,6 +23,6 @@ export async function main() {
socket = true;
// Begin audio stream.
// initRecorder();
initRecorder();
}