Skip to content

Commit b192da3

Browse files
Remove sendSharedHistoryKeys while we will only share latest messages
1 parent e25dd9b commit b192da3

File tree

1 file changed

+0
-5
lines changed
  • matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/session/crypto

1 file changed

+0
-5
lines changed

matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/session/crypto/CryptoService.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,6 @@ interface CryptoService {
164164
*/
165165
fun prepareToEncrypt(roomId: String, callback: MatrixCallback<Unit>)
166166

167-
/**
168-
* Share all existing inbound sessions to the provided userId devices
169-
*/
170-
fun sendSharedHistoryKeys(roomId: String, userId: String)
171-
172167
/**
173168
* Share all inbound sessions of the last chunk messages to the provided userId devices
174169
*/

0 commit comments

Comments
 (0)