mirror of
https://github.com/pushbits/server.git
synced 2025-07-31 07:09:28 +02:00
remove gomatrix dependency and clean up
This commit is contained in:
parent
dc6c76747f
commit
4e8c477ae3
4 changed files with 4 additions and 7 deletions
|
@ -40,7 +40,7 @@ func Create(homeserver, username, password string, formatting configuration.Form
|
|||
// Close closes the dispatcher connection.
|
||||
func (d *Dispatcher) Close() {
|
||||
log.Printf("Logging out.")
|
||||
|
||||
|
||||
_, err := d.mautrixClient.Logout()
|
||||
if err != nil {
|
||||
log.Printf("Error while logging out: %s", err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue