ui update/cleanup: Message padding updates (#2289)

This commit is contained in:
Joshua Soberg 2025-06-28 18:23:33 -04:00 committed by GitHub
parent 72b1ebca56
commit 4500ba0c0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 125 additions and 79 deletions

View file

@ -50,6 +50,7 @@ data class Message(
val receivedTime: Long,
val node: Node,
val text: String,
val fromLocal: Boolean,
val time: String,
val read: Boolean,
val status: MessageStatus?,