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

Cleanup and ensure that canUserJoinCall is live. #2313

Merged
merged 4 commits into from
Jan 30, 2024
Merged

Conversation

bmarty
Copy link
Member

@bmarty bmarty commented Jan 29, 2024

Small cleanup, see the commit messages for more details.

@bmarty bmarty requested a review from a team as a code owner January 29, 2024 11:16
@bmarty bmarty requested review from ganfra and removed request for a team January 29, 2024 11:16
Copy link
Contributor

github-actions bot commented Jan 29, 2024

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/vUiEGN

Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5b0268a) 70.08% compared to head (05cc526) 70.08%.
Report is 5 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2313      +/-   ##
===========================================
- Coverage    70.08%   70.08%   -0.01%     
===========================================
  Files         1353     1353              
  Lines        33247    33246       -1     
  Branches      6877     6877              
===========================================
- Hits         23301    23300       -1     
  Misses        6638     6638              
  Partials      3308     3308              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@ganfra ganfra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One remark otherwise LGTM

@@ -157,9 +155,9 @@ class MessagesPresenter @AssistedInject constructor(
mutableStateOf(false)
}

LaunchedEffect(currentSessionIdHolder.current) {
LaunchedEffect(syncUpdateFlow) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want the check to be done at each sync, you should use syncUpdateFlow.value instead

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bmarty bmarty added the Run-Maestro Starts a Maestro Cloud session to run integration tests label Jan 30, 2024
@github-actions github-actions bot removed the Run-Maestro Starts a Maestro Cloud session to run integration tests label Jan 30, 2024
Copy link

sonarcloud bot commented Jan 30, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@bmarty bmarty enabled auto-merge January 30, 2024 09:29
@bmarty bmarty merged commit 7636939 into develop Jan 30, 2024
18 checks passed
@bmarty bmarty deleted the feature/bma/cleanup branch January 30, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants