Adapt With Close

This commit is contained in:
mr
2026-03-12 16:20:47 +01:00
parent ad29297377
commit a11d764729
5 changed files with 30 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ func wsSearchHandler(dataType int) http.HandlerFunc {
DataType: dataType,
Payload: b,
})
controllers.Websocket(user, w, r)
controllers.Websocket(user, groups, dataType, w, r)
}
}