reduce visibility

This commit is contained in:
Jazz Turner-Baggs 2026-04-28 16:39:51 -07:00
parent 78b085895c
commit 7ceb15b763
No known key found for this signature in database

View File

@ -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,
} }