mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 01:45:52 +03:00
Remove sendSharedHistoryKeys while we will only share latest messages
This commit is contained in:
parent
b3bfd05ecb
commit
dd3928f075
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue