Skip to content

Commit

Permalink
New release v1.11.26-sc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
su-ex committed Mar 28, 2023
1 parent 2e3d370 commit 7888162
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion element-desktop
2 changes: 1 addition & 1 deletion element-web
Submodule element-web updated 3 files
+7 −0 CHANGELOG.md
+3 −3 package.json
+9 −9 yarn.lock
2 changes: 1 addition & 1 deletion matrix-js-sdk
Submodule matrix-js-sdk updated 42 files
+6 −0 CHANGELOG.md
+1 −1 package.json
+8 −8 spec/integ/crypto.spec.ts
+2 −2 spec/integ/matrix-client-methods.spec.ts
+3 −3 spec/integ/olm-encryption-spec.ts
+2 −5 spec/test-utils/webrtc.ts
+2 −2 spec/unit/crypto.spec.ts
+58 −44 spec/unit/crypto/algorithms/megolm.spec.ts
+15 −16 spec/unit/crypto/algorithms/olm.spec.ts
+2 −2 spec/unit/crypto/secrets.spec.ts
+22 −11 spec/unit/crypto/verification/sas.spec.ts
+5 −5 spec/unit/crypto/verification/util.ts
+10 −16 spec/unit/crypto/verification/verification_request.spec.ts
+10 −5 spec/unit/embedded.spec.ts
+1 −1 spec/unit/stores/memory.spec.ts
+102 −0 spec/unit/utils.spec.ts
+7 −7 spec/unit/webrtc/groupCall.spec.ts
+3 −6 src/@types/read_receipts.ts
+3 −5 src/ToDeviceMessageQueue.ts
+24 −21 src/client.ts
+8 −7 src/crypto/DeviceList.ts
+3 −3 src/crypto/EncryptionSetup.ts
+5 −6 src/crypto/OutgoingRoomKeyRequestManager.ts
+12 −18 src/crypto/SecretStorage.ts
+3 −6 src/crypto/algorithms/base.ts
+131 −161 src/crypto/algorithms/megolm.ts
+4 −6 src/crypto/backup.ts
+29 −20 src/crypto/index.ts
+38 −37 src/crypto/olmlib.ts
+3 −2 src/crypto/store/localStorage-crypto-store.ts
+3 −2 src/crypto/store/memory-crypto-store.ts
+3 −3 src/crypto/verification/request/ToDeviceChannel.ts
+13 −15 src/embedded.ts
+26 −21 src/models/read-receipt.ts
+15 −15 src/models/room.ts
+1 −1 src/store/index.ts
+14 −25 src/store/memory.ts
+1 −1 src/store/stub.ts
+18 −16 src/sync-accumulator.ts
+31 −27 src/sync.ts
+66 −1 src/utils.ts
+5 −6 src/webrtc/call.ts

0 comments on commit 7888162

Please sign in to comment.