Remove unused call link config

This commit is contained in:
Katherine Yen
2023-05-11 11:41:32 -07:00
committed by ravi-signal
parent c8f97ed065
commit 7395b5760a
3 changed files with 0 additions and 22 deletions

View File

@@ -1,9 +0,0 @@
package org.whispersystems.textsecuregcm.configuration;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.whispersystems.textsecuregcm.util.ExactlySize;
import javax.validation.constraints.NotEmpty;
import java.util.HexFormat;
public record CallLinkConfiguration (@ExactlySize({32}) byte[] userAuthenticationTokenSharedSecret) {
}