mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 13:53:52 +02:00
Fix joining group from search
This commit is contained in:
@@ -658,8 +658,7 @@
|
||||
.then((args) => {
|
||||
const map = new Map();
|
||||
for (const json of args.json) {
|
||||
const ref = applyGroup(json);
|
||||
map.set(ref.id, ref);
|
||||
map.set(json.id, json);
|
||||
}
|
||||
searchGroupResults.value = Array.from(map.values());
|
||||
return args;
|
||||
|
||||
Reference in New Issue
Block a user