Prefer E164 when no session exists.
This commit is contained in:
parent
ef33f6561a
commit
d965f2ad00
@ -79,7 +79,7 @@ public class SenderCertificate {
|
||||
}
|
||||
|
||||
public String getSender() {
|
||||
return senderUuid.or(senderE164).orNull();
|
||||
return senderE164.or(senderUuid).orNull();
|
||||
}
|
||||
|
||||
public long getExpiration() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user