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 e25dd9b commit b192da3Copy full SHA for b192da3
matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/session/crypto/CryptoService.kt
@@ -164,11 +164,6 @@ interface CryptoService {
164
*/
165
fun prepareToEncrypt(roomId: String, callback: MatrixCallback<Unit>)
166
167
- /**
168
- * Share all existing inbound sessions to the provided userId devices
169
- */
170
- fun sendSharedHistoryKeys(roomId: String, userId: String)
171
-
172
/**
173
* Share all inbound sessions of the last chunk messages to the provided userId devices
174
0 commit comments