Add a pointer to conditionally send about string to signal-cli

This commit is contained in:
Matthew Rider
2024-10-22 10:27:32 +02:00
parent f6c3f263e8
commit 57dcb2f281
2 changed files with 10 additions and 4 deletions

View File

@@ -146,7 +146,7 @@ type CreateGroupResponse struct {
type UpdateProfileRequest struct {
Name string `json:"name"`
Base64Avatar string `json:"base64_avatar"`
About string `json:"about"`
About *string `json:"about"`
}
type TrustIdentityRequest struct {