Skip to content

Commit d350a55

Browse files
committed
bump rust component version
1 parent 508aef9 commit d350a55

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jsoup = "org.jsoup:jsoup:1.21.2"
176176
appyx_core = { module = "com.bumble.appyx:core", version.ref = "appyx" }
177177
molecule-runtime = "app.cash.molecule:molecule-runtime:2.1.0"
178178
timber = "com.jakewharton.timber:timber:5.0.1"
179-
matrix_sdk = "org.matrix.rustcomponents:sdk-android:25.9.16"
179+
matrix_sdk = "org.matrix.rustcomponents:sdk-android:25.9.17"
180180
matrix_richtexteditor = { module = "io.element.android:wysiwyg", version.ref = "wysiwyg" }
181181
matrix_richtexteditor_compose = { module = "io.element.android:wysiwyg-compose", version.ref = "wysiwyg" }
182182
sqldelight-driver-android = { module = "app.cash.sqldelight:android-driver", version.ref = "sqldelight" }

libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/notification/TimelineEventToNotificationContentMapper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ private fun MessageLikeEventContent.toContent(senderId: UserId): NotificationCon
106106
}
107107

108108
private fun RtcNotificationType.map(): CallNotifyType = when (this) {
109-
RtcNotificationType.NOTIFY -> CallNotifyType.NOTIFY
109+
RtcNotificationType.NOTIFICATION -> CallNotifyType.NOTIFY
110110
RtcNotificationType.RING -> CallNotifyType.RING
111111
}

libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/timeline/RustTimeline.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ class RustTimeline(
437437
key = emoji,
438438
itemId = eventOrTransactionId.toRustEventOrTransactionId(),
439439
)
440-
return@runCatchingExceptions Unit
441440
}
442441
}
443442

0 commit comments

Comments
 (0)