Notification: ensure that a notification is displayed when a Push cannot be resolved.
Previously the error was logged and added to push history but no notification was shown, so the user fully miss the new message.
This commit is contained in:
parent
df33cf2377
commit
05134656d5
4 changed files with 49 additions and 9 deletions
|
|
@ -68,6 +68,7 @@ sealed interface NotificationContent {
|
|||
) : MessageLike
|
||||
|
||||
data object RoomEncrypted : MessageLike
|
||||
data object UnableToResolve : MessageLike
|
||||
data class RoomMessage(
|
||||
val senderId: UserId,
|
||||
val messageType: MessageType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue