From ef360ae130d0400911bdca934d76bb8b6f5e8563 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:22:40 -0700 Subject: [PATCH] Add InboxV2 comment --- core/conversations/src/inbox_v2.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/conversations/src/inbox_v2.rs b/core/conversations/src/inbox_v2.rs index 1bcef35..5bc2b27 100644 --- a/core/conversations/src/inbox_v2.rs +++ b/core/conversations/src/inbox_v2.rs @@ -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 { account_id: AccountId, ds: Rc>,