mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 13:38:06 +01:00
Allow (versioned) profile names up to 380 base64 characters long.
This commit is contained in:
committed by
Jon Chambers
parent
d8ef796a46
commit
6b850b9894
@@ -21,7 +21,7 @@ public class CreateProfileRequest {
|
||||
private String version;
|
||||
|
||||
@JsonProperty
|
||||
@ExactlySize({108})
|
||||
@ExactlySize({108, 380})
|
||||
private String name;
|
||||
|
||||
@JsonProperty
|
||||
|
||||
Reference in New Issue
Block a user