From 2130ef68b3cf1f809f3dd39cc58f0bfbc7859aba Mon Sep 17 00:00:00 2001 From: underthestars-zhy Date: Mon, 8 Jun 2026 20:48:35 -0700 Subject: [PATCH] fix(photon): Enable group flattening in Spectrum config --- plugins/platforms/photon/sidecar/index.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/platforms/photon/sidecar/index.mjs b/plugins/platforms/photon/sidecar/index.mjs index 2d6e2c159c3..a84f1390afa 100644 --- a/plugins/platforms/photon/sidecar/index.mjs +++ b/plugins/platforms/photon/sidecar/index.mjs @@ -92,6 +92,7 @@ const app = await Spectrum({ projectId, projectSecret, providers: [imessage.config()], + options: { flattenGroups: true }, }); // ---------------------------------------------------------------------------