Add new command for logging out of iamb session (#162)

This commit is contained in:
Aaditya Dhruv 2023-10-13 00:58:59 -05:00 committed by Ulyssa
parent b2b47ed7a0
commit 3b86be0545
No known key found for this signature in database
GPG key ID: F2873CA2997B83C5
4 changed files with 77 additions and 2 deletions

View file

@ -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.