forked from lavina/lavina
comment
This commit is contained in:
parent
51a6333a61
commit
9223408518
|
@ -1,7 +1,7 @@
|
||||||
//! Domain of dialogs – conversations between two participants.
|
//! Domain of dialogs – conversations between two participants.
|
||||||
//!
|
//!
|
||||||
//! Dialogs are different from rooms in that they are always 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::collections::HashMap;
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
|
Loading…
Reference in New Issue