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

Feature/remote status #3384

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Feature/remote status #3384

wants to merge 3 commits into from

Conversation

SeniorZhai
Copy link
Member

No description provided.

@SeniorZhai SeniorZhai added the testing Now testing, but you can review label Nov 22, 2022
@@ -450,7 +450,7 @@ class DecryptMessage(private val lifecycleScope: CoroutineScope) : Injector() {

if (updateExpiredMessageList.isNotEmpty()) {
val updateMessageIds = updateExpiredMessageList.map { it.first }
remoteMessageStatusDao.deleteByMessageIds(updateMessageIds)
remoteMessageStatusDao.deleteLocalRemoteMessageStatus(updateMessageIds)
Copy link
Member Author

Choose a reason for hiding this comment

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

Use this function when only other client mark are allowed

@SeniorZhai SeniorZhai force-pushed the feature/remote_status branch from c0c02ba to 1b35eae Compare November 28, 2022 05:04
@SeniorZhai SeniorZhai force-pushed the feature/remote_status branch from 1b35eae to d7e5c19 Compare November 28, 2022 05:05
@SeniorZhai
Copy link
Member Author

Use this branch to downgrade

@SeniorZhai SeniorZhai removed the testing Now testing, but you can review label Nov 28, 2022
@SeniorZhai SeniorZhai requested a review from Tougee November 28, 2022 06:59
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.

1 participant