feat: Round avatars

This commit is contained in:
2025-02-22 23:24:49 +03:00
parent c0944ec0a8
commit e70049f1f5
4 changed files with 38 additions and 16 deletions
@@ -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?,