Skip to content

Signalwire/front: Fix duplicate outbound messages#969

Merged
rgalanakis merged 1 commit intomainfrom
sw-front-dupe-outbound
Jun 20, 2025
Merged

Signalwire/front: Fix duplicate outbound messages#969
rgalanakis merged 1 commit intomainfrom
sw-front-dupe-outbound

Conversation

@rgalanakis
Copy link
Contributor

The flow of data for outbound messages goes
Front -> this replicator -> Signalwire SMS,
then the Signalwire replicator finds that (newly sent) data, and tells us about the new row.
However, we already know about this row; we do not want to re-import with sync_outbound!
So check if we already have a row using this signalwire id, and noop if so.

The flow of data for outbound messages goes
Front -> this replicator -> Signalwire SMS,
then the Signalwire replicator finds that (newly sent) data,
and tells us about the new row.
However, we already know about this row; we do not want to
re-import with sync_outbound!
So check if we already have a row using this signalwire id,
and noop if so.
@codecov
Copy link

codecov bot commented Jun 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.62%. Comparing base (0c4dca3) to head (a3b411f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #969   +/-   ##
=======================================
  Coverage   97.61%   97.62%           
=======================================
  Files         490      490           
  Lines       31118    31133   +15     
=======================================
+ Hits        30376    30393   +17     
+ Misses        742      740    -2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rgalanakis rgalanakis merged commit 0e91bda into main Jun 20, 2025
4 checks passed
@rgalanakis rgalanakis deleted the sw-front-dupe-outbound branch June 20, 2025 00:04
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