remove a done TODO comment

This commit is contained in:
Valere 2026-03-04 17:39:36 +01:00
parent 284420dd29
commit ccc276fe22

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(