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