Cleanup notification for redacted event.

This commit is contained in:
Benoit Marty 2024-08-20 15:14:49 +02:00 committed by Benoit Marty
parent 43d619217c
commit d867a5fe6f
12 changed files with 466 additions and 153 deletions

View file

@ -79,8 +79,8 @@ sealed interface NotificationContent {
) : MessageLike
data class RoomRedaction(
val redactedEventId: String?,
val reason: String?
val redactedEventId: EventId?,
val reason: String?,
) : MessageLike
data object Sticker : MessageLike