mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 22:51:30 -07:00
apps
fix birthday which causes various issues
This commit is contained in:
@@ -112,7 +112,9 @@ function toSelfAccountDto(account: Account) {
|
|||||||
return {
|
return {
|
||||||
...toAccountDto(account),
|
...toAccountDto(account),
|
||||||
email: account.email ?? null,
|
email: account.email ?? null,
|
||||||
birthday: null,
|
// @todo he game client needs this to be set. I forget how birthdays were set, so for now
|
||||||
|
// everyone can be old.
|
||||||
|
birthday: '1904-01-01T00:00:00.000Z',
|
||||||
availableUsernameChanges: account.availableUsernameChanges ?? DEFAULT_USERNAME_CHANGES,
|
availableUsernameChanges: account.availableUsernameChanges ?? DEFAULT_USERNAME_CHANGES,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user