We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61b2b6 commit f37d918Copy full SHA for f37d918
matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/OlmMachine.kt
@@ -253,6 +253,8 @@ internal class OlmMachine @Inject constructor(
253
*
254
* @param deviceUnusedFallbackKeyTypes The key algorithms for which the server has an unused fallback key for the device.
255
256
+ * @param nextBatch The batch token to pass in the next sync request.
257
+ *
258
* @return The handled events, decrypted if needed (secrets are zeroised).
259
*/
260
@Throws(CryptoStoreException::class)
0 commit comments