Skip to content

Commit a88f90c

Browse files
authored
chore: Bump @wireapp/core from 46.38.1 to 46.39.0 (#19645)
1 parent 56927b6 commit a88f90c

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@wireapp/avs": "10.0.46",
1717
"@wireapp/avs-debugger": "0.0.7",
1818
"@wireapp/commons": "5.4.5",
19-
"@wireapp/core": "46.38.1",
19+
"@wireapp/core": "46.39.0",
2020
"@wireapp/kalium-backup": "0.0.4",
2121
"@wireapp/promise-queue": "2.4.5",
2222
"@wireapp/react-ui-kit": "9.66.0",

src/script/repositories/conversation/ConversationRepository.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2189,17 +2189,14 @@ export class ConversationRepository {
21892189
core?: Account;
21902190
}): Promise<void> => {
21912191
this.logger.info('Ensuring conversation exists', {conversationId, groupId, epoch});
2192-
console.info('Ensuring conversation exists', {conversationId, groupId, epoch});
21932192
if (await this.conversationService.mlsGroupExistsLocally(groupId)) {
21942193
this.logger.info('Conversation already exists locally', {conversationId, groupId, epoch});
2195-
console.info('Conversation already exists locally', {conversationId, groupId, epoch});
21962194
return;
21972195
}
21982196

21992197
// establish the conversation if epoch is 0
22002198
if (epoch === 0) {
22012199
this.logger.info('Establishing conversation', {conversationId, groupId, epoch});
2202-
console.info('Establishing conversation', {conversationId, groupId, epoch});
22032200
const selfUser = this.userState.self();
22042201
const conversation = this.conversationState.findConversation(conversationId);
22052202

@@ -2227,9 +2224,7 @@ export class ConversationRepository {
22272224

22282225
// join by external commit
22292226
this.logger.info('Joining conversation by external commit', {conversationId, epoch});
2230-
console.info('Joining conversation by external commit', {conversationId, epoch});
22312227
if (epoch && epoch > 0) {
2232-
console.info('calling core', {core: this.core});
22332228
await this.core.service?.conversation?.joinByExternalCommit(conversationId);
22342229
}
22352230
};

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8328,9 +8328,9 @@ __metadata:
83288328
languageName: node
83298329
linkType: hard
83308330

8331-
"@wireapp/api-client@npm:^27.77.1":
8332-
version: 27.77.1
8333-
resolution: "@wireapp/api-client@npm:27.77.1"
8331+
"@wireapp/api-client@npm:^27.77.2":
8332+
version: 27.77.2
8333+
resolution: "@wireapp/api-client@npm:27.77.2"
83348334
dependencies:
83358335
"@aws-sdk/client-s3": "npm:3.901.0"
83368336
"@aws-sdk/lib-storage": "npm:3.903.0"
@@ -8349,7 +8349,7 @@ __metadata:
83498349
uuid: "npm:11.1.0"
83508350
ws: "npm:8.18.1"
83518351
zod: "npm:3.24.2"
8352-
checksum: 10/f928755e61e745c20036f68affb15dc7838061d832bc931bbd475cec0040723882c06383fdbe877485411734b10d7519da717794dff22bbcc37d9861e3306cdb
8352+
checksum: 10/25bc3b4042e126673ede68ebf60323f7622f23ce5c1724c8908cb7fd97281d3b681d076a92b2cb28015678b0833be05cb6dcedbbf586931748658774a3c328d1
83538353
languageName: node
83548354
linkType: hard
83558355

@@ -8414,11 +8414,11 @@ __metadata:
84148414
languageName: node
84158415
linkType: hard
84168416

8417-
"@wireapp/core@npm:46.38.1":
8418-
version: 46.38.1
8419-
resolution: "@wireapp/core@npm:46.38.1"
8417+
"@wireapp/core@npm:46.39.0":
8418+
version: 46.39.0
8419+
resolution: "@wireapp/core@npm:46.39.0"
84208420
dependencies:
8421-
"@wireapp/api-client": "npm:^27.77.1"
8421+
"@wireapp/api-client": "npm:^27.77.2"
84228422
"@wireapp/commons": "npm:^5.4.5"
84238423
"@wireapp/core-crypto": "npm:9.1.0"
84248424
"@wireapp/cryptobox": "npm:12.8.0"
@@ -8436,7 +8436,7 @@ __metadata:
84368436
long: "npm:^5.2.0"
84378437
uuid: "npm:9.0.1"
84388438
zod: "npm:3.24.2"
8439-
checksum: 10/9452af965a00b16f0356152c31befe42f72941b8b03ff05b5fec8db386e88d585b20ff6d3984c40ed68c7ef69c741deaa027d676314bd07b6d519797d91a0906
8439+
checksum: 10/8ce4257af72d7fe5ec82cd0ab2e917e68d9cf293474c39cc4dde528cc8835aeaaff218996bbfcb07076c2a39ee565b85d0d39c2a3aa455b6c07d02a2fd21d78b
84408440
languageName: node
84418441
linkType: hard
84428442

@@ -22312,7 +22312,7 @@ __metadata:
2231222312
"@wireapp/avs-debugger": "npm:0.0.7"
2231322313
"@wireapp/commons": "npm:5.4.5"
2231422314
"@wireapp/copy-config": "npm:2.3.4"
22315-
"@wireapp/core": "npm:46.38.1"
22315+
"@wireapp/core": "npm:46.39.0"
2231622316
"@wireapp/eslint-config": "npm:3.0.7"
2231722317
"@wireapp/kalium-backup": "npm:0.0.4"
2231822318
"@wireapp/prettier-config": "npm:0.6.5"

0 commit comments

Comments
 (0)