Search by userNotes, notes in playerList and friendsList

This commit is contained in:
Natsumi
2025-06-09 09:07:52 +12:00
parent 98c3e43561
commit 5b7da6a91f
8 changed files with 209 additions and 15 deletions

View File

@@ -3005,7 +3005,10 @@
}
const ref = API.cachedUsers.get(targetUserId);
if (typeof ref !== 'undefined') {
ref.note = _note;
API.applyUser({
id: targetUserId,
note: _note
});
}
}