Commit bb362a59 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Add user attribute.

parent 7e0760a5
......@@ -3,6 +3,7 @@ package chat.rocket.android.app.chatlist
import org.threeten.bp.LocalDateTime
data class Chat(val userAvatarUri: String,
data class Chat(val user: User,
val name: String,
val type: String,
val userStatus: String?,
......
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