safejson displayname fix
This commit is contained in:
parent
aa7006754f
commit
323cfe55df
@ -163,7 +163,7 @@ class User {
|
|||||||
return {
|
return {
|
||||||
id: this.id,
|
id: this.id,
|
||||||
username: this.username,
|
username: this.username,
|
||||||
displayName: this._displayName,
|
displayName: this.displayName,
|
||||||
type: this.type,
|
type: this.type,
|
||||||
permissions: this.permissions,
|
permissions: this.permissions,
|
||||||
externalProfiles: Object.values(this.externalProfiles).map(prof => {
|
externalProfiles: Object.values(this.externalProfiles).map(prof => {
|
||||||
|
Loading…
Reference in New Issue
Block a user