bump rust component version
This commit is contained in:
parent
508aef98ff
commit
d350a553a9
3 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -437,7 +437,6 @@ class RustTimeline(
|
|||
key = emoji,
|
||||
itemId = eventOrTransactionId.toRustEventOrTransactionId(),
|
||||
)
|
||||
return@runCatchingExceptions Unit
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue