mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-14 12:11:15 +02: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