Commit 89363d0f authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Add todo.

parent 9313cd10
......@@ -6,6 +6,7 @@ import org.threeten.bp.LocalDateTime
data class Chat(val user: User,
val name: String,
val type: String,
// Todo replace to Message type instead of String
val lastMessage: String,
val lastMessageDateTime: LocalDateTime,
val totalUnreadMessages: Int)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment