Update key transparency gRPC client

This commit is contained in:
Katherine
2024-10-04 16:43:30 -04:00
committed by GitHub
parent 80cd5d9ccc
commit ca2845bcb0
3 changed files with 19 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ import io.grpc.StatusRuntimeException;
import io.swagger.v3.oas.annotations.Operation;
import io.swagger.v3.oas.annotations.responses.ApiResponse;
import io.swagger.v3.oas.annotations.tags.Tag;
import katie.MonitorKey;
import org.signal.keytransparency.client.MonitorKey;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.whispersystems.textsecuregcm.auth.AuthenticatedDevice;