mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 00:03:51 +02:00
fix avatars param
This commit is contained in:
@@ -5842,7 +5842,7 @@ CefSharp.BindObjectAsync(
|
|||||||
offset: 0,
|
offset: 0,
|
||||||
sort: 'updated',
|
sort: 'updated',
|
||||||
order: 'descending',
|
order: 'descending',
|
||||||
user: 'friends',
|
// user: 'friends',
|
||||||
userId: D.id,
|
userId: D.id,
|
||||||
releaseStatus: 'public'
|
releaseStatus: 'public'
|
||||||
};
|
};
|
||||||
@@ -5889,7 +5889,7 @@ CefSharp.BindObjectAsync(
|
|||||||
offset: 0,
|
offset: 0,
|
||||||
sort: 'updated',
|
sort: 'updated',
|
||||||
order: 'descending',
|
order: 'descending',
|
||||||
user: 'friends',
|
// user: 'friends',
|
||||||
userId: D.id,
|
userId: D.id,
|
||||||
releaseStatus: 'public'
|
releaseStatus: 'public'
|
||||||
};
|
};
|
||||||
@@ -6059,7 +6059,7 @@ CefSharp.BindObjectAsync(
|
|||||||
offset: 0,
|
offset: 0,
|
||||||
sort: 'updated',
|
sort: 'updated',
|
||||||
order: 'descending',
|
order: 'descending',
|
||||||
user: 'friends',
|
// user: 'friends',
|
||||||
userId: ownerId,
|
userId: ownerId,
|
||||||
releaseStatus: 'public'
|
releaseStatus: 'public'
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user