mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-19 15:44:28 +01:00
Add a pointer to conditionally send about string to signal-cli
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user