mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-06-30 13:09:28 +00:00
Merge branch 'main' into jazzz/private_via_group
This commit is contained in:
commit
7a36416735
@ -15,10 +15,10 @@ fn happypath_roundtrip() {
|
||||
let mut harness = TestHarness::<2>::new(|_, _| {});
|
||||
|
||||
//Saro Create Convo
|
||||
let particpants = harness.raya().addr();
|
||||
let particpant = harness.raya().addr();
|
||||
let convo_id = harness
|
||||
.saro()
|
||||
.create_direct_convo_v1(&particpants)
|
||||
.create_direct_convo_v1(&[&particpant])
|
||||
.expect("saro create group");
|
||||
|
||||
// Carry the invite through (commit, WelcomeReady, routing to Raya's inbox,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user