FEATURE: analytics client now scrape user email and room group
This commit is contained in:
@@ -24,5 +24,9 @@ export function areCharacterLayersValid(value: string[] | null): boolean {
|
||||
}
|
||||
|
||||
export class LocalUser {
|
||||
constructor(public readonly uuid: string, public textures: CharacterTexture[]) {}
|
||||
constructor(
|
||||
public readonly uuid: string,
|
||||
public textures: CharacterTexture[],
|
||||
public email: string | null = null
|
||||
) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user