Add change log + quick quality fix

This commit is contained in:
Valere 2022-03-21 09:48:57 +01:00
parent 1d948d6b20
commit 81b114fc82
2 changed files with 2 additions and 1 deletions

1
changelog.d/5494.feature Normal file
View file

@ -0,0 +1 @@
Use key backup before requesting keys + refactor & improvement of key request/forward

View file

@ -41,5 +41,5 @@ interface GossipingRequestListener {
*
* @param request the cancellation request
*/
fun onRequestCancelled(requestId: IncomingRoomKeyRequest)
fun onRequestCancelled(request: IncomingRoomKeyRequest)
}