feat: Round avatars
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Created by sweetbread on 22.02.2025, 15:45
|
||||
* Created by sweetbread
|
||||
* Copyright (c) 2025. All rights reserved.
|
||||
* Last modified 22.02.2025, 15:45
|
||||
* Last modified 22.02.2025, 19:49
|
||||
*/
|
||||
|
||||
package ru.risdeveau.pixeldragon.db
|
||||
@@ -22,6 +22,7 @@ import androidx.room.RoomDatabase
|
||||
data class Room(
|
||||
@PrimaryKey val roomId: String,
|
||||
val name: String?,
|
||||
val type: String,
|
||||
val creatorId: String?,
|
||||
val createTime: Long?,
|
||||
val avatarUrl: String?,
|
||||
|
||||
Reference in New Issue
Block a user