Skip to content

Commit 3982047

Browse files
author
github-actions
committed
Bump SDK version to 0.2.68 (matrix-rust-sdk to e76b8f7e1591205e29165dd93dde9b77798bc971)
1 parent 3e2aab4 commit 3982047

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object BuildVersionsSDK {
22
const val majorVersion = 0
33
const val minorVersion = 2
4-
const val patchVersion = 67
4+
const val patchVersion = 68
55
}

sdk/sdk-android/src/main/kotlin/uniffi/matrix_sdk_crypto/matrix_sdk_crypto.kt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,18 @@ enum class UtdCause {
14101410
* data was obtained from an insecure source (imported from a file,
14111411
* obtained from a legacy (asymmetric) backup, unsafe key forward, etc.)
14121412
*/
1413-
UNKNOWN_DEVICE;
1413+
UNKNOWN_DEVICE,
1414+
/**
1415+
* We are missing the keys for this event, but it is a "device-historical"
1416+
* message and no backup is accessible or usable.
1417+
*
1418+
* Device-historical means that the message was sent before the current
1419+
* device existed (but the current user was probably a member of the room
1420+
* at the time the message was sent). Not to
1421+
* be confused with pre-join or pre-invite messages (see
1422+
* [`UtdCause::SentBeforeWeJoined`] for that).
1423+
*/
1424+
HISTORICAL_MESSAGE;
14141425
companion object
14151426
}
14161427

0 commit comments

Comments
 (0)