Note IPC allowlist requirement in checkpoint

This commit is contained in:
Avi 2026-08-22 20:39:08 -05:00
commit 1793348eee

View file

@ -42,8 +42,13 @@ truncated npub instead of the user's chosen name.
## Commits added in this session ## Commits added in this session
- `ae5ddda` Allow new profile methods through the Electron IPC allowlist
- `a6329d5` Publish profile metadata (name + picture) so external clients show it - `a6329d5` Publish profile metadata (name + picture) so external clients show it
**Gotcha for future work:** any new backend request type must also be added to
`RENDERER_METHODS` in `frontend/electron/main.ts`, or the main process rejects it with
"rejected renderer method" before it reaches the Rust backend.
## Verification commands run (all green) ## Verification commands run (all green)
Rust (repo root): Rust (repo root):