added room state

alpha v1.0.80
alex 2023-03-08 20:10:03 +01:00
parent 494ae5e1a2
commit 611b3f641c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ var (
"Token": "required,min=" + minFcmToken + ",max=" + maxFcmToken, // fcm token
"AccountStatus": "number,max=" + maxAccountStatus,
"Description": "max=" + maxDescription,
"RoomState": "required,max=" + maxRoomState,
"RoomState": "number,max=" + maxRoomState,
}
)