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

Enable Chat backup, Mentions and Read Receipt in release. #2087

Merged
merged 3 commits into from
Dec 21, 2023

Conversation

bmarty
Copy link
Member

@bmarty bmarty commented Dec 21, 2023

Also change default for debug to enabled, but keep isFinished = false for now, so that they are still disableable.

Type of change

  • Feature
  • Bugfix
  • Technical
  • Other : enable all the features!

Content

Motivation and context

Screenshots / GIFs

Tests

  • Step 1
  • Step 2
  • Step ...

Tested devices

  • Physical
  • Emulator
  • OS version(s):

Checklist

@bmarty bmarty requested a review from a team as a code owner December 21, 2023 14:25
@bmarty bmarty requested review from jmartinesp and removed request for a team December 21, 2023 14:25
Copy link
Contributor

github-actions bot commented Dec 21, 2023

📱 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/AQMPTk

@bmarty
Copy link
Member Author

bmarty commented Dec 21, 2023

I need to fix the test

Also change default for debug to enabled, but keep `isFinished = false` for now, so that they are still disableable.
@bmarty bmarty force-pushed the feature/bma/enablechatBackup branch from 7868f8e to 6ff48c2 Compare December 21, 2023 16:45
Copy link

sonarcloud bot commented Dec 21, 2023

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
Copy link
Member Author

bmarty commented Dec 21, 2023

Note: I ignore failing test in release present - logout then confirm for now

@bmarty bmarty added the Run-Maestro Starts a Maestro Cloud session to run integration tests label Dec 21, 2023
@github-actions github-actions bot removed the Run-Maestro Starts a Maestro Cloud session to run integration tests label Dec 21, 2023
Copy link
Member

@jmartinesp jmartinesp left a comment

Choose a reason for hiding this comment

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

Thank you for all the work figuring out a fix for the broken tests

Comment on lines +908 to +912
private suspend fun <T> ReceiveTurbine<T>.awaitFirstItem(): T {
// Skip 2 item if Mentions feature is enabled, else 1
skipItems(if (FeatureFlags.Mentions.defaultValue) 2 else 1)
return awaitItem()
}
Copy link
Member

Choose a reason for hiding this comment

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

Clever, thanks!

@bmarty bmarty merged commit deff2d8 into develop Dec 21, 2023
15 of 16 checks passed
@bmarty bmarty deleted the feature/bma/enablechatBackup branch December 21, 2023 17:21
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