Removing TODO

This commit is contained in:
Maxime Naturel 2022-02-17 14:19:17 +01:00
parent df3fc38054
commit 0a87486f65

View file

@ -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,