mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-14 05:59:29 +00:00
Add InboxV2 comment
This commit is contained in:
parent
0efbdeae6a
commit
ef360ae130
@ -79,6 +79,9 @@ impl InboxProtocolParams {
|
|||||||
|
|
||||||
type ProtocolParams = 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> {
|
pub struct InboxV2<DS, RS, CS> {
|
||||||
account_id: AccountId,
|
account_id: AccountId,
|
||||||
ds: Rc<RefCell<DS>>,
|
ds: Rc<RefCell<DS>>,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user