mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-19 07:48:07 +01:00
Mark old group credential getter as @Deprecated
This commit is contained in:
committed by
Jon Chambers
parent
e9119da040
commit
7d4a8d03a4
@@ -85,6 +85,8 @@ public class CertificateController {
|
||||
@GET
|
||||
@Produces(MediaType.APPLICATION_JSON)
|
||||
@Path("/group/{startRedemptionTime}/{endRedemptionTime}")
|
||||
@Deprecated(forRemoval = true) // Clients should now use getGroupAuthenticationCredentials instead
|
||||
// TODO Assess readiness for removal on or after 2022-11-01
|
||||
public GroupCredentials getAuthenticationCredentials(@Auth AuthenticatedAccount auth,
|
||||
@PathParam("startRedemptionTime") int startRedemptionTime,
|
||||
@PathParam("endRedemptionTime") int endRedemptionTime,
|
||||
|
||||
Reference in New Issue
Block a user