show own pet active app
This commit is contained in:
@@ -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}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user