deprecate the gender property from the protocol entirely (#4496)

* deprecate the gender property from the protocol entirely

* use obsolete instead of deprecated

* add the database migration

* update internal database version as well
This commit is contained in:
ebbit1q
2021-12-14 07:51:57 +01:00
committed by GitHub
parent 86881bbbc3
commit 07e6aadbbe
24 changed files with 25 additions and 170 deletions

View File

@@ -3,7 +3,6 @@ export interface User {
name: string;
privlevel: UserAccessLevel;
userLevel: UserPrivLevel;
gender?: number;
realName?: string;
country?: string;
avatarBmp?: Uint8Array;