Note IPC allowlist requirement in checkpoint
This commit is contained in:
parent
ae5dddaa47
commit
1793348eee
1 changed files with 5 additions and 0 deletions
|
|
@ -42,8 +42,13 @@ truncated npub instead of the user's chosen name.
|
|||
|
||||
## 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
|
||||
|
||||
**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)
|
||||
|
||||
Rust (repo root):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue