From 92234085181ecbae87a969e45795f9421c639aff Mon Sep 17 00:00:00 2001 From: Nikita Vilunov Date: Tue, 23 Apr 2024 18:25:10 +0200 Subject: [PATCH] comment --- crates/lavina-core/src/dialog.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lavina-core/src/dialog.rs b/crates/lavina-core/src/dialog.rs index 71745e5..66fe8b5 100644 --- a/crates/lavina-core/src/dialog.rs +++ b/crates/lavina-core/src/dialog.rs @@ -1,7 +1,7 @@ //! Domain of dialogs – conversations between two participants. //! //! Dialogs are different from rooms in that they are always between two participants. -//! There are no +//! There are no admins or other roles in dialogs, both participants have equal rights. use std::collections::HashMap; use std::sync::Arc;