mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-07-28 02:33:16 +00:00
Apply suggestion from @kaichaosun
Co-authored-by: kaichao <kaichaosuna@gmail.com>
This commit is contained in:
parent
206314bbef
commit
102e7574f7
@ -21,7 +21,6 @@ impl DirectV1Convo {
|
|||||||
// have multiple Installations.
|
// have multiple Installations.
|
||||||
pub fn new<S: ExternalServices>(
|
pub fn new<S: ExternalServices>(
|
||||||
cx: &mut ServiceContext<S>,
|
cx: &mut ServiceContext<S>,
|
||||||
// Constructor must accept multiple
|
|
||||||
members: &[IdentIdRef],
|
members: &[IdentIdRef],
|
||||||
) -> Result<Self, ChatError> {
|
) -> Result<Self, ChatError> {
|
||||||
let mut inner_group = DelegateGroup::new(cx)?;
|
let mut inner_group = DelegateGroup::new(cx)?;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user