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