mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
18+ tag, fixes
This commit is contained in:
@@ -7036,7 +7036,7 @@ speechSynthesis.getVoices();
|
||||
};
|
||||
|
||||
$app.methods.addFriendship = function (id) {
|
||||
if (!this.friendLogInitStatus || this.friendLog.has(id)) {
|
||||
if (!this.friendLogInitStatus || this.friendLog.has(id) || id === API.currentUser.id) {
|
||||
return;
|
||||
}
|
||||
var ref = API.cachedUsers.get(id);
|
||||
|
||||
Reference in New Issue
Block a user