Fix: missed a small param copied from the original network call

This commit is contained in:
Florian Krupicka
2021-08-24 17:13:55 +02:00
parent f4fbf45895
commit 05d4b5bc8d

View File

@@ -297,7 +297,6 @@ class Messenger
def perform(url, params)
uri = URI url
params[:channel] = channel
http_options = { use_ssl: uri.scheme == 'https' }
http_options[:verify_mode] = OpenSSL::SSL::VERIFY_NONE unless RedmineMessenger.setting? :messenger_verify_ssl
begin