fix(client): _parsedStatus is no longer inspectable

This commit is contained in:
alina 🌸 2023-11-14 17:47:29 +03:00
parent 207dc5f15a
commit 007c98205d
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -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])