Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Oct 30, 2024
1 parent 7f86f0a commit 932e95c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xmtp_mls/src/groups/device_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ where
Err(_) => self.create_sync_group()?,
};

sync_group
.maybe_update_installations(provider, None)
.await?;

sync_group.sync_with_conn(provider).await?;

Ok(())
Expand Down

0 comments on commit 932e95c

Please sign in to comment.