mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 10:43:48 +02:00
Clear mutualFriends after disabling option
This commit is contained in:
@@ -2178,11 +2178,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function getUserMutualFriends(userId) {
|
async function getUserMutualFriends(userId) {
|
||||||
|
userDialog.value.mutualFriends = [];
|
||||||
if (currentUser.value.hasSharedConnectionsOptOut) {
|
if (currentUser.value.hasSharedConnectionsOptOut) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
userDialog.value.isMutualFriendsLoading = true;
|
userDialog.value.isMutualFriendsLoading = true;
|
||||||
userDialog.value.mutualFriends = [];
|
|
||||||
const params = {
|
const params = {
|
||||||
userId,
|
userId,
|
||||||
n: 100,
|
n: 100,
|
||||||
|
|||||||
Reference in New Issue
Block a user