mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-08-11 09:33:11 +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(|_, _| {});
|
let mut harness = TestHarness::<2>::new(|_, _| {});
|
||||||
|
|
||||||
//Saro Create Convo
|
//Saro Create Convo
|
||||||
let particpants = harness.raya().addr();
|
let particpant = harness.raya().addr();
|
||||||
let convo_id = harness
|
let convo_id = harness
|
||||||
.saro()
|
.saro()
|
||||||
.create_direct_convo_v1(&particpants)
|
.create_direct_convo_v1(&[&particpant])
|
||||||
.expect("saro create group");
|
.expect("saro create group");
|
||||||
|
|
||||||
// Carry the invite through (commit, WelcomeReady, routing to Raya's inbox,
|
// Carry the invite through (commit, WelcomeReady, routing to Raya's inbox,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user