From 612fbf4c6aec7a2ba6cca8ed313a248c9cf85c58 Mon Sep 17 00:00:00 2001 From: Alois Date: Sat, 4 Apr 2026 23:58:14 +0200 Subject: [PATCH] idk --- apps/mobile/src-tauri/tauri.conf.json | 2 +- todo.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/mobile/src-tauri/tauri.conf.json b/apps/mobile/src-tauri/tauri.conf.json index 1176b65..99d080e 100644 --- a/apps/mobile/src-tauri/tauri.conf.json +++ b/apps/mobile/src-tauri/tauri.conf.json @@ -2,7 +2,7 @@ "$schema": "https://schema.tauri.app/config/2", "productName": "tensamin", "version": "0.1.0", - "identifier": "net.tensamin.app", + "identifier": "net.tensamin.client", "build": { "beforeDevCommand": "cd ../web && bun run dev && cd -", "devUrl": "http://localhost:3000", diff --git a/todo.md b/todo.md index a7a87ff..78460a9 100644 --- a/todo.md +++ b/todo.md @@ -1,5 +1,4 @@ - Calculate message height and pass to virtualizer (-> packages/chat/src/components/input.tsx) -- Split ttp codec into separate file - Add "Rename Conversations to Friends" option in settings - Handle live messages in notification context - Add files to message height calculation