Add command to log out
This commit is contained in:
@ -30,6 +30,7 @@ type MatrixContainer interface {
|
||||
Stop()
|
||||
|
||||
Login(user, password string) error
|
||||
Logout()
|
||||
|
||||
SendMessage(roomID, msgtype, message string) (string, error)
|
||||
SendMarkdownMessage(roomID, msgtype, message string) (string, error)
|
||||
|
Reference in New Issue
Block a user