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

Make sure we keep the announced status of each app #770

Merged
merged 4 commits into from
Mar 23, 2021

Conversation

chriswk
Copy link
Contributor

@chriswk chriswk commented Mar 22, 2021

  • Since we were running onConflict().merge() we were keeping our entire
    new object from our remapRow method, and that was overwriting the
    current announcement status of the row back to false, unless we'd by
    random chance actually set the announced property on our row to be
    inserted.

fixes: #769

@coveralls
Copy link

coveralls commented Mar 22, 2021

Coverage Status

Coverage increased (+0.2%) to 94.924% when pulling 0ac1d22 on fix-769-correct-merge into 7e7554c on master.

Christopher Kolstad added 2 commits March 23, 2021 09:02
- Since we were running onConflict().merge() we were keeping our entire
  new object from our remapRow method, and that was overwriting the
  current announcement status of the row back to false, unless we'd by
  random chance actually set the announced property on our row to be
  inserted.
-
fixes: #769
Copy link
Contributor

@FredrikOseberg FredrikOseberg left a comment

Choose a reason for hiding this comment

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

LGTM.

@chriswk chriswk merged commit 2e13bb9 into master Mar 23, 2021
@chriswk chriswk deleted the fix-769-correct-merge branch April 22, 2021 19:02
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.

Client Applications are announced multiple times
3 participants