app avatar

This commit is contained in:
shocknet-justin 2025-10-08 23:31:15 -04:00
parent e4d9eae241
commit 0afe29b99b
12 changed files with 139 additions and 48 deletions

View file

@ -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;
}