Merge API branch into main #12

Merged
SemvdH merged 334 commits from api into main 2023-06-13 19:54:43 +00:00
Showing only changes of commit bc55fbc757 - Show all commits

View File

@@ -319,6 +319,7 @@
ws.addEventListener("message", function message(message) {
try {
console.log(message)
var msg = JSON.parse(message);
handle_ws_message(msg);