mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-15 14:39:26 +00:00
reduce visibility
This commit is contained in:
parent
78b085895c
commit
7ceb15b763
@ -53,7 +53,7 @@ pub struct GroupV1Convo<MlsCtx, DS, KP> {
|
|||||||
ctx: Rc<RefCell<MlsCtx>>,
|
ctx: Rc<RefCell<MlsCtx>>,
|
||||||
ds: Rc<RefCell<DS>>,
|
ds: Rc<RefCell<DS>>,
|
||||||
keypkg_provider: Rc<RefCell<KP>>,
|
keypkg_provider: Rc<RefCell<KP>>,
|
||||||
pub(crate) mls_group: MlsGroup, // TODO: (!) Fix Visibility
|
mls_group: MlsGroup,
|
||||||
convo_id: String,
|
convo_id: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user