mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Support marking a room as a direct message room (#92)
This commit is contained in:
parent
82645c8828
commit
a98bbd97be
3 changed files with 47 additions and 0 deletions
|
@ -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),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue