mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 01:45:22 +00:00
no printing
This commit is contained in:
@@ -124,11 +124,11 @@ fun formatMessageAsAnnotatedString(
|
|||||||
))
|
))
|
||||||
builder.append(" [${timeFormatter.format(message.timestamp)}]")
|
builder.append(" [${timeFormatter.format(message.timestamp)}]")
|
||||||
// If message has valid PoW difficulty, append bits immediately after timestamp with minimal spacing
|
// If message has valid PoW difficulty, append bits immediately after timestamp with minimal spacing
|
||||||
message.powDifficulty?.let { bits ->
|
//message.powDifficulty?.let { bits ->
|
||||||
if (bits > 0) {
|
// if (bits > 0) {
|
||||||
builder.append(" ${bits}b")
|
// builder.append(" ${bits}b")
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
builder.pop()
|
builder.pop()
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user