mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 14:46:04 +02:00
Favorite friends endpoint temporarily disabled
$app.API.getFavoriteFriends(); /user/friends/favorite
This commit is contained in:
+1
-1
@@ -2632,7 +2632,7 @@ speechSynthesis.getVoices();
|
|||||||
|
|
||||||
API.refreshFavoriteItems = function () {
|
API.refreshFavoriteItems = function () {
|
||||||
var types = {
|
var types = {
|
||||||
'friend': [0, 'getFavoriteFriends'],
|
// 'friend': [0, 'getFavoriteFriends'],
|
||||||
'world': [0, 'getFavoriteWorlds'],
|
'world': [0, 'getFavoriteWorlds'],
|
||||||
'avatar': [0, 'getFavoriteAvatars']
|
'avatar': [0, 'getFavoriteAvatars']
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user