-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule element-desktop
updated
7 files
+51 −0 | CHANGELOG.md | |
+9 −1 | element.io/nightly/config.json | |
+3 −3 | package.json | |
+2 −1 | src/i18n/strings/it.json | |
+2 −1 | src/i18n/strings/ro.json | |
+2 −1 | src/i18n/strings/sv.json | |
+212 −233 | yarn.lock |
Submodule element-web
updated
16 files
+4 −2 | .env.example | |
+13 −8 | .github/ISSUE_TEMPLATE/bug-desktop.yml | |
+13 −8 | .github/ISSUE_TEMPLATE/bug-web.yml | |
+15 −0 | .github/workflows/issues_to_projects.yaml | |
+1 −1 | .github/workflows/triage-priority-bugs.yml | |
+59 −0 | CHANGELOG.md | |
+8 −0 | docs/labs.md | |
+5 −5 | package.json | |
+1 −1 | res/css/structures/ErrorView.scss | |
+2 −1 | src/i18n/strings/ga.json | |
+12 −1 | src/i18n/strings/th.json | |
+1 −1 | src/vector/jitsi/index.scss | |
+1 −1 | src/vector/static/incompatible-browser.html | |
+1 −1 | src/vector/static/unable-to-load.html | |
+3 −2 | webpack.config.js | |
+469 −479 | yarn.lock |
Submodule matrix-js-sdk
updated
21 files
+12 −0 | CHANGELOG.md | |
+1 −1 | examples/browser/browserTest.js | |
+3 −1 | examples/browser/index.html | |
+2 −2 | package.json | |
+126 −78 | spec/unit/crypto/algorithms/megolm.spec.js | |
+5 −0 | src/@types/event.ts | |
+1 −0 | src/@types/global.d.ts | |
+11 −3 | src/@types/partials.ts | |
+5 −0 | src/client.ts | |
+10 −0 | src/crypto/index.ts | |
+1 −1 | src/crypto/verification/request/ToDeviceChannel.js | |
+55 −1 | src/models/event.ts | |
+4 −3 | src/models/room-state.ts | |
+94 −4 | src/models/room.ts | |
+197 −0 | src/models/thread.ts | |
+69 −10 | src/sync.ts | |
+139 −130 | src/webrtc/call.ts | |
+4 −3 | src/webrtc/callEventHandler.ts | |
+38 −14 | src/webrtc/callEventTypes.ts | |
+98 −2 | src/webrtc/callFeed.ts | |
+432 −425 | yarn.lock |
Submodule matrix-react-sdk
updated
272 files