mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Add handshake key pairs to DB, remove inactive contacts.
This commit is contained in:
@@ -16,7 +16,7 @@ internal class ContactControllerImpl
|
||||
constructor(private val contactManager: ContactManager) : ContactController {
|
||||
|
||||
override fun list(ctx: Context): Context {
|
||||
val contacts = contactManager.activeContacts.map { contact ->
|
||||
val contacts = contactManager.contacts.map { contact ->
|
||||
contact.output()
|
||||
}
|
||||
return ctx.json(contacts)
|
||||
|
||||
Reference in New Issue
Block a user