mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Fix unnecessarily fetching groups at startup
This commit is contained in:
@@ -2088,7 +2088,7 @@ export default class extends baseClass {
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
typeof groupRef !== 'undefined' &&
|
typeof groupRef !== 'undefined' &&
|
||||||
groupRef.myMember?.roleIds?.length > 0
|
groupRef.roles?.length > 0
|
||||||
) {
|
) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user