mirror of
https://github.com/plantroon/mx-puppet-xmpp.git
synced 2024-11-05 03:11:41 +00:00
stop puppet on startup
This commit is contained in:
parent
fe939b6d04
commit
df18162f39
@ -123,6 +123,7 @@ export class Skype {
|
||||
if (!p) {
|
||||
return;
|
||||
}
|
||||
await this.stopClient(puppetId);
|
||||
p.client = new Client(p.data.username, p.data.password, p.data.state);
|
||||
const client = p.client;
|
||||
client.on("text", async (resource: skypeHttp.resources.TextResource) => {
|
||||
|
Loading…
Reference in New Issue
Block a user