From 203d128ae4770543062035e46881ae4e9ceb4c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:41:28 +0100 Subject: [PATCH 1/2] chore(deps): bump srvaroa/labeler from 1.8.2 to 1.12.0 (#3155) Bumps [srvaroa/labeler](https://github.com/srvaroa/labeler) from 1.8.2 to 1.12.0. - [Release notes](https://github.com/srvaroa/labeler/releases) - [Commits](https://github.com/srvaroa/labeler/compare/v1.8.2...v1.12.0) --- updated-dependencies: - dependency-name: srvaroa/labeler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yamil Medina Co-authored-by: Vitor Hugo Schwaab --- .github/workflows/label-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-pr.yml b/.github/workflows/label-pr.yml index 39c404a16ed..73ad05c39ab 100644 --- a/.github/workflows/label-pr.yml +++ b/.github/workflows/label-pr.yml @@ -9,6 +9,6 @@ jobs: name: Label PR based on title runs-on: ubuntu-latest steps: - - uses: srvaroa/labeler@v1.8.2 + - uses: srvaroa/labeler@v1.12.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From bafd544122633b521fe4b15f40a0d19688cb1590 Mon Sep 17 00:00:00 2001 From: boris Date: Fri, 13 Dec 2024 14:07:34 +0200 Subject: [PATCH 2/2] fix: Login to second device does not have MLS capabilities (#3164) Co-authored-by: Yamil Medina --- .../api/authenticated/conversation/ConversationResponse.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network-model/src/commonMain/kotlin/com/wire/kalium/network/api/authenticated/conversation/ConversationResponse.kt b/network-model/src/commonMain/kotlin/com/wire/kalium/network/api/authenticated/conversation/ConversationResponse.kt index 71452d4f8b8..1347c7f1110 100644 --- a/network-model/src/commonMain/kotlin/com/wire/kalium/network/api/authenticated/conversation/ConversationResponse.kt +++ b/network-model/src/commonMain/kotlin/com/wire/kalium/network/api/authenticated/conversation/ConversationResponse.kt @@ -114,7 +114,7 @@ data class ConversationResponse( @Serializable data class ConversationResponseV3( @SerialName("creator") - val creator: String, + val creator: String?, @SerialName("members") val members: ConversationMembersResponse,