Add vrcPlusWorld groups

This commit is contained in:
Natsumi
2026-01-13 12:09:33 +13:00
parent d2387c5419
commit 4a64559a79
5 changed files with 45 additions and 18 deletions
@@ -112,7 +112,7 @@
function addFavoriteWorld(groupAPI) {
return favoriteRequest
.addFavorite({
type: 'world',
type: groupAPI.type,
favoriteId: props.currentFavorite.id,
tags: groupAPI.name
})