Add console log message for startup completion

This commit is contained in:
Christopher Cookman 2024-05-08 07:44:44 -06:00
parent 1d5746de33
commit ca9cd1a671
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -234,6 +234,7 @@ xmpp.on("online", async (address) => {
setTimeout(() => {
startup = false;
console.log("Startup complete, forwarding messages now");
}, 1000)
});