rewrite needed, local group connections

This commit is contained in:
2026-03-13 18:55:47 +01:00
parent bb1acfe38f
commit 76fbb8b970
3 changed files with 10 additions and 3 deletions
+4
View File
@@ -90,6 +90,10 @@ func sendToAllExceptAndCloseIfFails(client *Client, message map[string]any) {
}
}
func sendToGroup() {
}
func handleUnauthenticatedMessage(client *Client, msg map[string]any) {
token := msg["token"].(string)
user, err := GetUserFromToken(token)