show own pet active app

This commit is contained in:
2026-02-11 01:10:26 +08:00
parent 8f91b6b680
commit 9a87231572

View File

@@ -163,7 +163,9 @@
username: $appData.user.username, username: $appData.user.username,
activeDoll: getUserDoll() ?? null, activeDoll: getUserDoll() ?? null,
}} }}
userStatus={undefined} userStatus={appMetadata
? { appMetadata: appMetadata, state: "idle" }
: undefined}
doll={getUserDoll()} doll={getUserDoll()}
isInteractive={false} isInteractive={false}
/> />