File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
sdk/sdk-android/src/main/kotlin/uniffi/matrix_sdk_crypto Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11object BuildVersionsSDK {
22 const val majorVersion = 0
33 const val minorVersion = 2
4- const val patchVersion = 67
4+ const val patchVersion = 68
55}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments