You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-29 16:43:09 +03:00
fix typo
This commit is contained in:
@@ -170,7 +170,7 @@ export default class OutgoingRoomKeyRequestManager {
|
|||||||
// existing request and send a new one.
|
// existing request and send a new one.
|
||||||
if (resend) {
|
if (resend) {
|
||||||
const state =
|
const state =
|
||||||
ROOM_KEY_REQUEST_STATES.CANCELLATION_PENDING_AND_WILLRESEND;
|
ROOM_KEY_REQUEST_STATES.CANCELLATION_PENDING_AND_WILL_RESEND;
|
||||||
const updatedReq =
|
const updatedReq =
|
||||||
await this._cryptoStore.updateOutgoingRoomKeyRequest(
|
await this._cryptoStore.updateOutgoingRoomKeyRequest(
|
||||||
req.requestId, ROOM_KEY_REQUEST_STATES.SENT, {
|
req.requestId, ROOM_KEY_REQUEST_STATES.SENT, {
|
||||||
|
|||||||
Reference in New Issue
Block a user