mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
fix: Access friendLogTable data through its value property.
This commit is contained in:
@@ -368,7 +368,7 @@ export function runDeleteFriendshipFlow(
|
|||||||
userId: id,
|
userId: id,
|
||||||
displayName: ctx.displayName || id
|
displayName: ctx.displayName || id
|
||||||
};
|
};
|
||||||
friendLogTable.data.push(friendLogHistory);
|
friendLogTable.value.data.push(friendLogHistory);
|
||||||
database.addFriendLogHistory(friendLogHistory);
|
database.addFriendLogHistory(friendLogHistory);
|
||||||
notificationStore.queueFriendLogNoty(friendLogHistory);
|
notificationStore.queueFriendLogNoty(friendLogHistory);
|
||||||
sharedFeedStore.addEntry(friendLogHistory);
|
sharedFeedStore.addEntry(friendLogHistory);
|
||||||
|
|||||||
Reference in New Issue
Block a user