Add support for signal usernames

This commit is contained in:
Darren Clarke 2026-02-13 11:14:04 +01:00
parent e9afa065b5
commit 1b5f85627c
5 changed files with 88 additions and 17 deletions

View file

@ -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