Post-merge cleanup, AGENTS.md work, unused endpoints, etc.

This commit is contained in:
Jack Kingsman
2026-02-27 14:36:43 -08:00
parent b3606169fe
commit 66cbf98b74
8 changed files with 35 additions and 72 deletions
+1
View File
@@ -76,6 +76,7 @@ async def _insert_contact(public_key=KEY_A, name="Alice", on_radio=False, **over
"last_seen": None,
"on_radio": on_radio,
"last_contacted": None,
"first_seen": None,
}
data.update(overrides)
await ContactRepository.upsert(data)