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
No known key found for this signature in database
GPG key ID: F2873CA2997B83C5
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),