remove a done TODO comment

This commit is contained in:
Valere
2026-03-04 17:39:36 +01:00
parent e3ae4f15d4
commit 3e82395fe1

View File

@@ -19,7 +19,6 @@ sealed interface RoomCallState {
data class StandBy(
val canStartCall: Boolean,
val isDM: Boolean,
// TODO: add is DM to know if should show the voice call option?
) : RoomCallState
data class OnGoing(