mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-22 09:58:13 +01:00
Insert alternate forms of phone numbers -> PNI atomically
This commit is contained in:
committed by
Jon Chambers
parent
6f0370a073
commit
d865cec2a4
@@ -114,7 +114,8 @@ public class Util {
|
||||
*
|
||||
* @param number the e164-formatted phone number for which to find equivalent forms
|
||||
*
|
||||
* @return a list of phone numbers equivalent to the given phone number, including the given number
|
||||
* @return a list of phone numbers equivalent to the given phone number, including the given number. The given number
|
||||
* will always be the first element of the list.
|
||||
*/
|
||||
public static List<String> getAlternateForms(final String number) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user