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