Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(MLS): update core to fix the client creation issue [WPB-15020] #18515

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@wireapp/avs": "10.0.4",
"@wireapp/avs-debugger": "0.0.7",
"@wireapp/commons": "5.4.0",
"@wireapp/core": "46.15.3",
"@wireapp/core": "46.15.5",
"@wireapp/react-ui-kit": "9.28.1",
"@wireapp/store-engine-dexie": "2.1.15",
"@wireapp/telemetry": "0.1.4",
Expand Down
4 changes: 2 additions & 2 deletions src/script/auth/module/action/ClientAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export class ClientAction {
),
};

const teamConfig = (await core.service?.team.getTeamFeatureConfig()) ?? {};
await core.initClient(creationStatus.client, getClientMLSConfig(teamConfig));
const commonConfig = (await core.service?.team.getCommonFeatureConfig()) ?? {};
await core.initClient(creationStatus.client, getClientMLSConfig(commonConfig));
dispatch(ClientActionCreator.successfulInitializeClient(creationStatus));
};
};
Expand Down
1 change: 1 addition & 0 deletions src/script/properties/PropertiesRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export class PropertiesRepository {
call: {
enable_soundless_incoming_calls: false,
enable_vbr_encoding: true,
//@ts-ignore - push_to_talk_key is not used in the webapp, since it is currently being worked on
push_to_talk_key: null,
},
emoji: {
Expand Down
33 changes: 13 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5949,9 +5949,9 @@ __metadata:
languageName: node
linkType: hard

"@wireapp/api-client@npm:^27.16.1":
version: 27.16.1
resolution: "@wireapp/api-client@npm:27.16.1"
"@wireapp/api-client@npm:^27.17.0":
version: 27.17.0
resolution: "@wireapp/api-client@npm:27.17.0"
dependencies:
"@wireapp/commons": "npm:^5.4.0"
"@wireapp/priority-queue": "npm:^2.1.11"
Expand All @@ -5965,8 +5965,8 @@ __metadata:
spark-md5: "npm:3.0.2"
tough-cookie: "npm:4.1.4"
ws: "npm:8.18.0"
zod: "npm:3.23.8"
checksum: 10/d9965829f8264dbc0317cbf2addca0eb3ef08f958ebf2422be60985de8254d777b24edbe89e98112dbe0a7096bea3b41b9cc246602404aa72b8e4b07ffabd57e
zod: "npm:3.24.1"
checksum: 10/14f8406fa2891e93356cf999e36713dcc789f44990dd22d9ac3e32f8a47243e9697e127219d3d3b2e9798603bbd312ec46be18debe65bfe7ff8588b58b515545
languageName: node
linkType: hard

Expand Down Expand Up @@ -6031,11 +6031,11 @@ __metadata:
languageName: node
linkType: hard

"@wireapp/core@npm:46.15.3":
version: 46.15.3
resolution: "@wireapp/core@npm:46.15.3"
"@wireapp/core@npm:46.15.5":
version: 46.15.5
resolution: "@wireapp/core@npm:46.15.5"
dependencies:
"@wireapp/api-client": "npm:^27.16.1"
"@wireapp/api-client": "npm:^27.17.0"
"@wireapp/commons": "npm:^5.4.0"
"@wireapp/core-crypto": "npm:3.0.0"
"@wireapp/cryptobox": "npm:12.8.0"
Expand All @@ -6052,8 +6052,8 @@ __metadata:
logdown: "npm:3.3.1"
long: "npm:^5.2.0"
uuid: "npm:9.0.1"
zod: "npm:3.23.8"
checksum: 10/ec2f4f32606367e6a8d94341b8f528a0cf90c4b0cb05f40b0e972605557a9d97ae5891cfd8338cdecb615515240dfcfbbe2b4c1faf7d3f79ee2d37b1ad248e07
zod: "npm:3.24.1"
checksum: 10/a00991c8c91590fc35f8a97392d7d2f88266379f8dcb5fa0d0602ca70fc1aa28477e4bed8561cb7e32a150de481b6dd383beaa9f435f0db34c37ad43094e292e
languageName: node
linkType: hard

Expand Down Expand Up @@ -18786,7 +18786,7 @@ __metadata:
"@wireapp/avs-debugger": "npm:0.0.7"
"@wireapp/commons": "npm:5.4.0"
"@wireapp/copy-config": "npm:2.2.11"
"@wireapp/core": "npm:46.15.3"
"@wireapp/core": "npm:46.15.5"
"@wireapp/eslint-config": "npm:3.0.7"
"@wireapp/prettier-config": "npm:0.6.4"
"@wireapp/react-ui-kit": "npm:9.28.1"
Expand Down Expand Up @@ -19369,14 +19369,7 @@ __metadata:
languageName: node
linkType: hard

"zod@npm:3.23.8":
version: 3.23.8
resolution: "zod@npm:3.23.8"
checksum: 10/846fd73e1af0def79c19d510ea9e4a795544a67d5b34b7e1c4d0425bf6bfd1c719446d94cdfa1721c1987d891321d61f779e8236fde517dc0e524aa851a6eff1
languageName: node
linkType: hard

"zod@npm:^3.24.1":
"zod@npm:3.24.1, zod@npm:^3.24.1":
version: 3.24.1
resolution: "zod@npm:3.24.1"
checksum: 10/54e25956495dec22acb9399c168c6ba657ff279801a7fcd0530c414d867f1dcca279335e160af9b138dd70c332e17d548be4bc4d2f7eaf627dead50d914fec27
Expand Down
Loading