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

View File

@@ -359,7 +359,7 @@
function addFavoriteWorld(ref, group, message) {
return favoriteRequest
.addFavorite({
type: 'world',
type: group.type,
favoriteId: ref.id,
tags: group.name
})