Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Fixes bug where leaf controllers recieve nil messages #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mileswu
Copy link

@mileswu mileswu commented Aug 27, 2013

Bug was caused in commit ee38e8c (Manual style changes)

Message would be set as nil when there was a message, as
"stuff".presence => "stuff". Likewise if there was no message,
msg would be kept as "" as "".presence => nil.

Bug was caused in commit ee38e8c (Manual style changes)

Message would be set as nil when there was a message, as
"stuff".presence => "stuff". Likewise if there was no message,
msg would be kept as "" as "".presence => nil.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant