fix(client): _parsedStatus is no longer inspectable
This commit is contained in:
parent
207dc5f15a
commit
007c98205d
1 changed files with 1 additions and 1 deletions
|
@ -434,4 +434,4 @@ export class User {
|
||||||
}
|
}
|
||||||
|
|
||||||
memoizeGetters(User, ['_parsedStatus' as keyof User, 'usernames', 'inputPeer', 'photo', 'emojiStatus'])
|
memoizeGetters(User, ['_parsedStatus' as keyof User, 'usernames', 'inputPeer', 'photo', 'emojiStatus'])
|
||||||
makeInspectable(User)
|
makeInspectable(User, undefined, ['_parsedStatus' as keyof User])
|
||||||
|
|
Loading…
Reference in a new issue