sgx-bwmsgsv2.rb 🔗
@@ -1211,10 +1211,10 @@ class WebhookHandler < Goliath::API
end
return [200, {}, "OK"]
+ end
- if !text || text.empty? || (jparams['to'].length > 1 && media_urls.any?)
- return [200, {}, "OK"]
- end
+ if !text || text.empty? || (jparams['to'].length > 1 && media_urls.any?)
+ return [200, {}, "OK"]
end
else
text = "unknown type (#{type})" \