Revert go-whatsapp update again

This partly reverts commit b092e71a44e111f83b3e7716c2855adc7ebc5177
This commit is contained in:
Tulir Asokan
2019-03-30 19:25:24 +02:00
parent 3ed2522a10
commit 043820755f
4 changed files with 21 additions and 31 deletions

View File

@ -192,9 +192,6 @@ func (bridge *Bridge) StartUsers() {
}
func (bridge *Bridge) Stop() {
for _, user := range bridge.GetAllUsers() {
user.Disconnect()
}
bridge.AS.Stop()
bridge.EventProcessor.Stop()
err := bridge.StateStore.Save()