mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 20:29:52 +01:00
Last code cleanup before submitting merge request
This commit is contained in:
@@ -15,3 +15,7 @@ data class OutputAuthor(
|
||||
publicKey = author.publicKey
|
||||
)
|
||||
}
|
||||
|
||||
fun Author.output() = OutputAuthor(this)
|
||||
|
||||
fun Author.Status.output() = name.toLowerCase()
|
||||
|
||||
Reference in New Issue
Block a user