feat: show room avatar when is DM
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
/*
|
||||
* Created by sweetbread
|
||||
* Copyright (c) 2025. All rights reserved.
|
||||
* Last modified 22.02.2025, 19:49
|
||||
*/
|
||||
|
||||
package ru.risdeveau.pixeldragon.db
|
||||
@@ -27,7 +26,8 @@ data class Room(
|
||||
val createTime: Long?,
|
||||
val avatarUrl: String?,
|
||||
val members: Int?,
|
||||
val joined: Boolean
|
||||
val joined: Boolean,
|
||||
val direct: String?,
|
||||
)
|
||||
|
||||
@Dao
|
||||
|
||||
Reference in New Issue
Block a user