Phone number discoverability update endpoint

This commit is contained in:
Katherine Yen
2023-02-10 11:52:51 -08:00
committed by GitHub
parent 3ebd5141ae
commit c03060fe3c
3 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package org.whispersystems.textsecuregcm.entities;
import javax.validation.constraints.NotNull;
public record PhoneNumberDiscoverabilityRequest(@NotNull Boolean discoverableByPhoneNumber) {}