Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export function profileToRendererFormat(
avatar: {
wearables: profile.avatar?.wearables || [],
emotes: profile.avatar?.emotes || [],
version: profile.avatar?.emotes !== undefined ? 1 : 0,
bodyShape: profile.avatar?.bodyShape || '',
eyeColor: convertToRGBObject(profile.avatar?.eyes.color),
hairColor: convertToRGBObject(profile.avatar?.hair.color),
Expand Down
1 change: 0 additions & 1 deletion packages/shared/profiles/transformations/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export type NewProfileForRenderer = {
slot: number
urn: string
}[]
version: number // @TODO: remove this once Emotes is fully released. This helps the Renderer to know if it should fetch Emotes separately.
}

// TODO evaluate usage of the following
Expand Down