mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
Add change log + quick quality fix
This commit is contained in:
parent
1d948d6b20
commit
81b114fc82
2 changed files with 2 additions and 1 deletions
1
changelog.d/5494.feature
Normal file
1
changelog.d/5494.feature
Normal file
|
@ -0,0 +1 @@
|
|||
Use key backup before requesting keys + refactor & improvement of key request/forward
|
|
@ -41,5 +41,5 @@ interface GossipingRequestListener {
|
|||
*
|
||||
* @param request the cancellation request
|
||||
*/
|
||||
fun onRequestCancelled(requestId: IncomingRoomKeyRequest)
|
||||
fun onRequestCancelled(request: IncomingRoomKeyRequest)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue