rewrite needed, local group connections
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user