mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 13:53:52 +02:00
Fix friend notification in friend log
This commit is contained in:
@@ -10577,7 +10577,7 @@ speechSynthesis.getVoices();
|
||||
API.getFriendStatus({
|
||||
userId: id
|
||||
}).then((args) => {
|
||||
if (args.json.isFriend && this.friendLog.has(id)) {
|
||||
if (args.json.isFriend && !this.friendLog.has(id)) {
|
||||
var friendLogHistory = {
|
||||
created_at: new Date().toJSON(),
|
||||
type: 'Friend',
|
||||
|
||||
Reference in New Issue
Block a user