Add InboxV2 comment

This commit is contained in:
Jazz Turner-Baggs
2026-04-28 14:22:40 -07:00
parent 0efbdeae6a
commit ef360ae130
+3
View File
@@ -79,6 +79,9 @@ impl InboxProtocolParams {
type ProtocolParams = InboxProtocolParams;
/// An PQ focused Conversation initializer.
/// InboxV2 Incorporates an Account based identity system to support PQ based conversation protocols
/// such as MLS.
pub struct InboxV2<DS, RS, CS> {
account_id: AccountId,
ds: Rc<RefCell<DS>>,