mrpaulmason / meetable-api

Meetable API
1 stars 0 forks source link

Remove hi msg delay #142

Closed mrpaulmason closed 6 years ago

mrpaulmason commented 6 years ago

The change to Shortstop means that the invitee sends the first text (prior to Welcome msg) so it no longer makes sense to delay in auto-sending the "hi [short.nickname]" message.

please remove the delay so the "hi" message is sent immediately after the Welcome and vCard messages.

darmai commented 6 years ago

This is done with commit #147

There will no longer be a delay between the sending of welcome/vCard messages and hi message

darmai commented 6 years ago

Code was refactored and delay was still present in refactored code. Remedied with #164