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