dcorking / google-wave-resources

Automatically exported from code.google.com/p/google-wave-resources
0 stars 0 forks source link

Robot#new_wave ignores given message #727

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following code send a blank wave to me:
robot.new_wave(wavelet.domain, participants=new_participants, message='hello', 
submit=True)

Original issue reported on code.google.com by andy...@gmail.com on 4 Apr 2010 at 6:35

GoogleCodeExporter commented 9 years ago
message is not meant to be a visible message. If you want a visible message, 
append 
some content to the root blip.

If you want more info on using the message parameter, please post in the forum.

Original comment by pamela.fox on 5 Apr 2010 at 8:58

GoogleCodeExporter commented 9 years ago
It works. Thanks.

robot.new_wave(wavelet.domain, 
participants=new_participants).root_blip.append('hello')

Original comment by andy...@gmail.com on 5 Apr 2010 at 9:24