Fix unnecessarily fetching groups at startup

This commit is contained in:
Natsumi
2025-02-04 00:33:16 +13:00
parent 035398a0ba
commit efe5ad8af0

View File

@@ -2088,7 +2088,7 @@ export default class extends baseClass {
if (
typeof groupRef !== 'undefined' &&
groupRef.myMember?.roleIds?.length > 0
groupRef.roles?.length > 0
) {
return;
}