fix(photon): Enable group flattening in Spectrum config

This commit is contained in:
underthestars-zhy 2026-06-08 20:48:35 -07:00 committed by Teknium
parent 637cf94bed
commit 2130ef68b3

View file

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