From 688efff7c9866dc944e2903a4bafbcb3a7d3618c Mon Sep 17 00:00:00 2001 From: litruv Date: Wed, 22 Jul 2026 20:00:20 +1000 Subject: [PATCH] Sync cinny submodule and stop Vite from opening a browser on dev. Pull in timeline scroll memory, media height reservation, avatar caching, jumbo emoji, and Unicode 15 emoji font coverage. --- cinny | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cinny b/cinny index 154f4df..c286501 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit 154f4dfdb058b9ca6b3ebb8bb363f3df6b14af39 +Subproject commit c286501be8adb564aaaaa85b0511ea9d86738961 diff --git a/package.json b/package.json index f6d2938..05c632e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "scripts": { "dev": "concurrently \"npm run dev:vite\" \"npm run dev:electron\"", - "dev:vite": "cd cinny && npm start", + "dev:vite": "cross-env BROWSER=none sh -c 'cd cinny && npm start'", "dev:electron": "wait-on http://localhost:38347 && cross-env NODE_ENV=development electron .", "build": "node -e \"require('fs').copyFileSync('config.json', 'cinny/config.json')\" && cd cinny && npm run build && cd .. && electron-builder --publish always", "build:local": "node -e \"require('fs').copyFileSync('config.json', 'cinny/config.json')\" && cd cinny && npm run build && cd .. && electron-builder",