Add dropdown to choose contact addition type. Closes #216.

This commit is contained in:
Jack Kingsman
2026-04-22 17:42:27 -07:00
parent 091ba06ccf
commit 55f05bf03b
6 changed files with 31 additions and 7 deletions
+1
View File
@@ -315,6 +315,7 @@ async def create_contact(
contact_upsert = ContactUpsert(
public_key=lower_key,
name=request.name,
type=request.type,
on_radio=False,
)
await ContactRepository.upsert(contact_upsert)