mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Search by userNotes, notes in playerList and friendsList
This commit is contained in:
@@ -3005,7 +3005,10 @@
|
||||
}
|
||||
const ref = API.cachedUsers.get(targetUserId);
|
||||
if (typeof ref !== 'undefined') {
|
||||
ref.note = _note;
|
||||
API.applyUser({
|
||||
id: targetUserId,
|
||||
note: _note
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user