Merge pull request #3320 from element-hq/feature/bma/cleanNotificationOfRedactedEvent

Redact message on displayed notification
This commit is contained in:
Benoit Marty 2024-08-29 14:46:13 +02:00 committed by GitHub
commit d80f70fd32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 644 additions and 260 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