collectiveidea / tinder

Tinder is a Ruby API for interfacing with Campfire, the 37Signals chat application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Silent failure to post

stevecj opened this issue · comments

I'm trying to use tinder to post a message, and the code is executing with no exceptions, but no message is appearing in the room. Any idea what could cause this? I've already double-checked the room id value.

This turned out to be my mistake. The variable containing the message text I was trying to post contained nil.