mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 21:08:07 +01:00
Rename PreKeyState to SetKeysRequest
This commit is contained in:
committed by
Jon Chambers
parent
f10f772e94
commit
e2037dea6c
@@ -15,7 +15,7 @@ import javax.validation.constraints.NotNull;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public record PreKeyState(
|
||||
public record SetKeysRequest(
|
||||
@Valid
|
||||
@Schema(description = """
|
||||
A list of unsigned elliptic-curve prekeys to use for this device. If present and not empty, replaces all stored
|
||||
Reference in New Issue
Block a user