mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 00:38:04 +01:00
Require messaging service IDs; remove fallback-to-random-number logic.
This commit is contained in:
committed by
Jon Chambers
parent
345e116699
commit
fb2fc2335a
@@ -25,7 +25,10 @@ public class TwilioConfiguration {
|
||||
@NotEmpty
|
||||
private String localDomain;
|
||||
|
||||
@NotEmpty
|
||||
private String messagingServiceSid;
|
||||
|
||||
@NotEmpty
|
||||
private String nanpaMessagingServiceSid;
|
||||
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user