Cleanup notification for redacted event.
This commit is contained in:
committed by
Benoit Marty
parent
43d619217c
commit
d867a5fe6f
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user