Ido Cohen

Results 46 comments of Ido Cohen

Hey @sah-anshu , 'let' support was added in Node.js 4.x. are you using an older version?

Hi @Hg347, this means you should go to the cloned folder and run `npm install` from the terminal. (this is assuming you have node.js/npm install on your machine)

Hi @soapoperator Do you see something in the server logs? If the server received your start message and tried to answer it you should see something like `/start chatId 123`....

Hi, yeah, it might be that you didn't install it right. Did you run `npm install` and `npm start` in the cloned folder? When the server starts it logs -...

Yes, I didn't expect forever to fix the issue. Did you also try to use `http` instead of `https`? If you want, you can contact me privately by email `ido.mapchat...

Hi @blokhin, great points, thanks for your feedback. Many of the trade-offs in Intergram, revolve around the desire to keep the bot server completely stateless. This concept makes it possible...

Hi @lorenzodetomasi , the 'Send a message...' text can be overridden an undocumented parameter - `placeholderText` - see [here](https://github.com/idoco/intergram/blob/eaa697376ce49435cbf490f1b4f002888e1e5d3a/src/widget/default-configuration.js). It is a good idea to add it to the readme...

I agree, this makes sense. I might implement it myself, but it can also be a good first PR for someone who wants to make his first contribution to the...

Sounds pretty easy to implement. We can add this as a boolean option in the config object `resetHistoryOnStartup` that will be passed on to chat.js. when set to true we...

I will need more information to help, but few points - This is the right wss url structure - `wss://www.intergram.xyz/socket.io/?EIO=3&transport=websocket&sid=SOME-ID` Did you enabled SSLon your server? Did you pass the...