Looking at several responses, it appears that the type of `currentAvatarTags` has changed. Now it is an array of strings, not a string. <img width="256" height="90" alt="Image" src="https://github.com/user-attachments/assets/4c2fea22-18e8-4dad-9982-e588573104d5" /> <img width="247" height="118" alt="Image" src="https://github.com/user-attachments/assets/8ac2a844-3449-44d4-b92d-8ce632ca3a18" /> https://github.com/vrchatapi/specification/blob/2d595602260f27e9ce991165c610fb19787c3d43/openapi/components/schemas/CurrentUserPresence.yaml#L7-L8
Looking at several responses, it appears that the type of
currentAvatarTagshas changed.Now it is an array of strings, not a string.
specification/openapi/components/schemas/CurrentUserPresence.yaml
Lines 7 to 8 in 2d59560