fix(photon): Enable group flattening in Spectrum config

fix/verification-admin-route-recovery
underthestars-zhy 2026-06-08 20:48:35 -07:00 committed by Teknium
parent 637cf94bed
commit 2130ef68b3
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ const app = await Spectrum({
projectId,
projectSecret,
providers: [imessage.config()],
options: { flattenGroups: true },
});
// ---------------------------------------------------------------------------