thehelpsf / ChickTech

The mobile view into the world of ChickTech.org
0 stars 0 forks source link

When chat from event detail, sometimes only see the link message and not the first message to tell student to click on link #129

Closed plamoreux closed 10 years ago

plamoreux commented 10 years ago

This is definitely happening. Sometimes see two link messages, sometimes one. Don't ever see the message to tell them to click unless close app and restart.

plamoreux commented 10 years ago

Changing the script to have the Mentor tap CHAT button then manually type a second message to tell student to click.

jingidy commented 10 years ago

I'm guessing the problem is that we're only receiving one broadcast message for 2 messages, so we need to query for all messages since a certain time instead of just the newest message.

This looks too scary to fix last-minute, I'm gonna leave it alone ^^;;

plamoreux commented 10 years ago

I put in a hack to the “recommend event” CHAT button. After the first message is sent, I wait 2.5 seconds to send the second one. Horrible I know but seems to work.