Skip to content

Commit

Permalink
Bump SDK version to 0.2.68 (matrix-rust-sdk to e76b8f7e1591205e29165d…
Browse files Browse the repository at this point in the history
…d93dde9b77798bc971)
  • Loading branch information
github-actions committed Dec 3, 2024
1 parent 3e2aab4 commit 3982047
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/BuildVersionsSDK.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object BuildVersionsSDK {
const val majorVersion = 0
const val minorVersion = 2
const val patchVersion = 67
const val patchVersion = 68
}
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,18 @@ enum class UtdCause {
* data was obtained from an insecure source (imported from a file,
* obtained from a legacy (asymmetric) backup, unsafe key forward, etc.)
*/
UNKNOWN_DEVICE;
UNKNOWN_DEVICE,
/**
* We are missing the keys for this event, but it is a "device-historical"
* message and no backup is accessible or usable.
*
* Device-historical means that the message was sent before the current
* device existed (but the current user was probably a member of the room
* at the time the message was sent). Not to
* be confused with pre-join or pre-invite messages (see
* [`UtdCause::SentBeforeWeJoined`] for that).
*/
HISTORICAL_MESSAGE;
companion object
}

Expand Down

0 comments on commit 3982047

Please sign in to comment.