Remove sendSharedHistoryKeys while we will only share latest messages
This commit is contained in:
parent
b3bfd05ecb
commit
dd3928f075
@ -178,11 +178,6 @@ interface CryptoService {
|
|||||||
*/
|
*/
|
||||||
fun prepareToEncrypt(roomId: String, callback: MatrixCallback<Unit>)
|
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
|
* Share all inbound sessions of the last chunk messages to the provided userId devices
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user