Signal send/receive fixes

This commit is contained in:
Darren Clarke 2024-07-31 08:55:19 +02:00
parent c527403868
commit 5e2475848e
3 changed files with 7 additions and 5 deletions

View file

@ -23,7 +23,7 @@ class Channel
# )
#
def send(options, article, _notification = false)
def deliver(options, article, _notification = false)
# return if we run import mode
return if Setting.get('import_mode')

View file

@ -21,8 +21,8 @@ class Channel::Driver::CdrWhatsapp
# )
#
def send(options, article, _notification = false)
# return if we run import mode
def deliver(options, article, _notification = false)
# return if we run import mode
return if Setting.get('import_mode')
options = check_external_credential(options)