Migrating userId to "int32" to save some space and adding userMoves message in protobuf
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export interface UserInGroupInterface {
|
||||
userId: string,
|
||||
userId: number,
|
||||
name: string,
|
||||
initiator: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user