Cleanup notification for redacted event.
This commit is contained in:
parent
43d619217c
commit
d867a5fe6f
12 changed files with 466 additions and 153 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue