mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
Removing TODO
This commit is contained in:
parent
df3fc38054
commit
0a87486f65
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ sealed class MatrixItem(
|
|||
override fun updateAvatar(newAvatar: String?) = copy(avatarUrl = newAvatar)
|
||||
}
|
||||
|
||||
// TODO is it correct to represent it by a Matrix Item ? => to confirm
|
||||
data class EveryoneInRoomItem(override val id: String,
|
||||
override val displayName: String = NOTIFY_EVERYONE,
|
||||
override val avatarUrl: String? = null,
|
||||
|
|
Loading…
Add table
Reference in a new issue