now direct messaging fully works

This commit is contained in:
2026-04-05 13:19:58 +02:00
parent 27cce022a4
commit ee0163d52c
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -249,6 +249,7 @@ func HttpHandleUserMessage(response http.ResponseWriter, request *http.Request)
}
WsSendToUser(user, target, message)
response.WriteHeader(http.StatusAccepted)
}
func HttpHandleUserNewConnection(response http.ResponseWriter, request *http.Request) {