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