app avatar
This commit is contained in:
parent
e4d9eae241
commit
0afe29b99b
12 changed files with 139 additions and 48 deletions
|
|
@ -15,6 +15,7 @@ message ConfigRequest {
|
|||
string relay_url = 2;
|
||||
bool automate_liquidity = 3;
|
||||
bool push_backups_to_nostr = 4;
|
||||
string avatar_url = 5;
|
||||
}
|
||||
message AdminConnectInfoResponse {
|
||||
string nprofile = 1;
|
||||
|
|
@ -41,4 +42,6 @@ message ServiceStateResponse {
|
|||
string relay_url = 10;
|
||||
bool automate_liquidity = 11;
|
||||
bool push_backups_to_nostr = 12;
|
||||
string avatar_url = 13;
|
||||
string app_id = 14;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue