Skip to content
Snippets Groups Projects

fix for latest client release

Merged Jake Taylor requested to merge release into master
Compare and Show latest version
5 files
+ 20
7
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -417,6 +417,8 @@ func (w *wasmModel) receiveHelper(
// Store message to database
result, err := impl.Put(w.db, messageStoreName, messageObj)
// FIXME: The following is almost certainly causing a bug
// where all of our upsert operations are failing.
if err != nil && !strings.Contains(err.Error(), impl.ErrUniqueConstraint) {
// Only return non-unique constraint errors so that the case
// below this one can be hit and handle duplicate entries properly.
Loading