mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 21:58:02 +01:00
return user's own username link handle in /whoami response
This commit is contained in:
committed by
GitHub
parent
befcdf55fe
commit
2d184b1ab6
@@ -27,6 +27,9 @@ public record AccountIdentityResponse(
|
||||
@JsonDeserialize(using = ByteArrayBase64UrlAdapter.Deserializing.class)
|
||||
@Nullable byte[] usernameHash,
|
||||
|
||||
@Schema(description="this account's username link handle, if set")
|
||||
@Nullable UUID usernameLinkHandle,
|
||||
|
||||
@Schema(description="whether any of this account's devices support storage")
|
||||
boolean storageCapable) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user