mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 16:53:50 +02:00
Improve Friend List Loading Speed (#1116)
This commit is contained in:
@@ -5555,12 +5555,9 @@ console.log(`isLinux: ${LINUX}`);
|
||||
await $app.feedTableLookup();
|
||||
// eslint-disable-next-line require-atomic-updates
|
||||
$app.notificationTable.data = await database.getNotifications();
|
||||
await this.refreshNotifications();
|
||||
await $app.loadCurrentUserGroups(
|
||||
args.json.id,
|
||||
args.json?.presence?.groups
|
||||
);
|
||||
await $app.getCurrentUserGroups();
|
||||
this.refreshNotifications();
|
||||
$app.loadCurrentUserGroups(args.json.id, args.json?.presence?.groups);
|
||||
$app.getCurrentUserGroups();
|
||||
try {
|
||||
if (
|
||||
await configRepository.getBool(`friendLogInit_${args.json.id}`)
|
||||
|
||||
Reference in New Issue
Block a user