fix deelevation of connection, update client

This commit is contained in:
2026-04-19 22:19:23 +02:00
parent b8b1b4a0bc
commit c7da6a3b4f
3 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ func HandleUserDeElevateConnection(response http.ResponseWriter, request *http.R
}
wsServer.WsSendMessageCloseIfTimeout(user2, types.WsEventMessage{
Type: WsEventType.ConnectionElevated,
Type: WsEventType.ConnectionDeElevated,
Event: types.ConnectionStatusChangeData{
Id: conn.Id,
NewState: conn.State,