mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-22 07:58:07 +01:00
Add PNI to GroupCredentials responses that contain AuthCredentialWithPni instances
This commit is contained in:
committed by
Jon Chambers
parent
7d4a8d03a4
commit
6b6f9b2405
@@ -114,7 +114,7 @@ public class CertificateController {
|
||||
i));
|
||||
}
|
||||
|
||||
return new GroupCredentials(credentials);
|
||||
return new GroupCredentials(credentials, null);
|
||||
}
|
||||
|
||||
@Timed
|
||||
@@ -153,6 +153,6 @@ public class CertificateController {
|
||||
redemption = redemption.plus(Duration.ofDays(1));
|
||||
}
|
||||
|
||||
return new GroupCredentials(credentials);
|
||||
return new GroupCredentials(credentials, pni);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user