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 7563597f5a
commit 3b12d54dad
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