Support marking a room as a direct message room (#92)

This commit is contained in:
Ulyssa
2024-03-31 00:12:57 -07:00
parent 82645c8828
commit a98bbd97be
3 changed files with 47 additions and 0 deletions

View File

@@ -389,6 +389,9 @@ pub enum RoomAction {
/// Open the members window.
Members(Box<CommandContext>),
/// Set whether a room is a direct message.
SetDirect(bool),
/// Set a room property.
Set(RoomField, String),