diff --git a/sgx-bwmsgsv2.rb b/sgx-bwmsgsv2.rb index d8ec1cb5a9a1009a981d4e86d49e503da0c7806a..7f4df8a655faed1505c70af40ac325f35cd2c94d 100755 --- a/sgx-bwmsgsv2.rb +++ b/sgx-bwmsgsv2.rb @@ -934,9 +934,8 @@ class WebhookHandler < Goliath::API text = jparams['text'] if jparams['to'].length > 1 - # TODO msg = Blather::Stanza::Message.new( - 'cheogram.com', + Blather::JID.new(bare_jid).domain, text )