fix: Restore community parameter

This commit is contained in:
2026-03-19 18:29:54 +10:00
parent 399f1fabf0
commit 81bad710f7

View File

@@ -112,7 +112,7 @@ function communicate(websocket) {
{
type: "init",
channel: "HyperFocus",
community: "1"
community: params.get("community")
}
)
);