Add support for signal usernames
This commit is contained in:
parent
e9afa065b5
commit
1b5f85627c
5 changed files with 88 additions and 17 deletions
|
|
@ -333,7 +333,7 @@ class CdrSignal
|
|||
# Use Signal CLI API
|
||||
api = CdrSignalApi.new
|
||||
|
||||
# Check if we need to create a group (auto-groups enabled, recipient is a phone number)
|
||||
# Check if we need to create a group (auto-groups enabled, recipient is not already a group)
|
||||
is_group_id = recipient.start_with?('group.')
|
||||
final_recipient = recipient
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue