Update core/conversations/src/account.rs

Co-authored-by: osmaczko <33099791+osmaczko@users.noreply.github.com>
This commit is contained in:
Jazz Turner-Baggs 2026-04-27 09:01:50 -07:00
parent 2b2d485108
commit 0e6beaa24e
No known key found for this signature in database

View File

@ -4,7 +4,7 @@ use openmls_traits::signatures::Signer;
use crate::types::AccountId;
/// Logos Account provides represents a single account across
/// Logos Account represents a single account across
/// multiple installations and services.
pub struct LogosAccount {
id: AccountId,