Bug 30838: Don't fallback through phone numbers for sms
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 24 May 2022 11:32:45 +0000 (12:32 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 22 Jul 2022 17:44:27 +0000 (14:44 -0300)
commit5e388ed509c58b5f7398baf6f7bb027b4dc46c1c
tree1bb9b5f1eb43426d3371ad83ef0a66aa768f1b76
parenta85d08c76593dfbb2f93fa39aa7e8c60a7aa33e4
Bug 30838: Don't fallback through phone numbers for sms

This patch removes the fallback handling for smsalartnumber as the
to_address in notices. We ignore the to_address field in the message
queue at send time for sms anyway and use smsalertnumber exclusively so
having this field populated is just confusing to the end user

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Message.pm