mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Add new command for logging out of iamb session (#162)
This commit is contained in:
parent
b2b47ed7a0
commit
3b86be0545
4 changed files with 77 additions and 2 deletions
|
@ -261,6 +261,7 @@ pub enum SendAction {
|
|||
pub enum HomeserverAction {
|
||||
/// Create a new room with an optional localpart.
|
||||
CreateRoom(Option<String>, CreateRoomType, CreateRoomFlags),
|
||||
Logout(String, bool),
|
||||
}
|
||||
|
||||
/// An action that the main program loop should.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue