New groupme push interface

This commit is contained in:
Karmanyaah Malhotra
2021-05-08 16:59:10 -04:00
parent 96557c9973
commit 6fb58efe17
8 changed files with 73 additions and 54 deletions

View File

@@ -17,7 +17,6 @@
package main
import (
"context"
"fmt"
"os"
"os/signal"
@@ -389,7 +388,7 @@ func (bridge *Bridge) Stop() {
}
bridge.Log.Debugln("Disconnecting", user.MXID)
//sess, err :=
user.Conn.Stop(context.TODO())
//user.Conn.Stop(context.TODO())
// if err != nil {
// bridge.Log.Errorfln("Error while disconnecting %s: %v", user.MXID, err)
// } else if len(sess.Wid) > 0 {