create empty client, add function of collecting user unread messages on channels

This commit is contained in:
2026-05-09 21:40:59 +02:00
parent 53652d1f79
commit 6e3e27e63d
3367 changed files with 3200 additions and 1128383 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ func HandleHubJoin(response http.ResponseWriter, request *http.Request) {
})
}
func HandleHubMessage(response http.ResponseWriter, request *http.Request) {
func HandleHubChannelMessage(response http.ResponseWriter, request *http.Request) {
if !validCheckWithResponseOnFail(response, request, normal) {
return
}