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