Skip to content

Commit

Permalink
Merge branch 'develop' into feat/cherry-pick-simulcast
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina authored Dec 13, 2024
2 parents a6acc13 + bafd544 commit c99d9b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/label-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ data class ConversationResponse(
@Serializable
data class ConversationResponseV3(
@SerialName("creator")
val creator: String,
val creator: String?,

@SerialName("members")
val members: ConversationMembersResponse,
Expand Down

0 comments on commit c99d9b8

Please sign in to comment.