Remove sendSharedHistoryKeys while we will only share latest messages

This commit is contained in:
ariskotsomitopoulos 2022-04-28 14:16:48 +03:00 committed by Valere
parent b3bfd05ecb
commit dd3928f075
1 changed files with 0 additions and 5 deletions

View File

@ -178,11 +178,6 @@ interface CryptoService {
*/
fun prepareToEncrypt(roomId: String, callback: MatrixCallback<Unit>)
/**
* Share all existing inbound sessions to the provided userId devices
*/
fun sendSharedHistoryKeys(roomId: String, userId: String)
/**
* Share all inbound sessions of the last chunk messages to the provided userId devices
*/