bump rust component version

This commit is contained in:
Valere 2025-09-17 15:28:48 +02:00
parent 508aef98ff
commit d350a553a9
3 changed files with 2 additions and 3 deletions

View file

@ -106,6 +106,6 @@ private fun MessageLikeEventContent.toContent(senderId: UserId): NotificationCon
}
private fun RtcNotificationType.map(): CallNotifyType = when (this) {
RtcNotificationType.NOTIFY -> CallNotifyType.NOTIFY
RtcNotificationType.NOTIFICATION -> CallNotifyType.NOTIFY
RtcNotificationType.RING -> CallNotifyType.RING
}

View file

@ -437,7 +437,6 @@ class RustTimeline(
key = emoji,
itemId = eventOrTransactionId.toRustEventOrTransactionId(),
)
return@runCatchingExceptions Unit
}
}