Merge branch 'master' into npub-linking-through-expirable-tokens
This commit is contained in:
commit
0963f94989
23 changed files with 321 additions and 4551 deletions
|
|
@ -155,6 +155,21 @@ message LndGetInfoResponse {
|
|||
string alias = 1;
|
||||
}
|
||||
|
||||
message BanUserRequest {
|
||||
string user_id = 1;
|
||||
}
|
||||
message BannedAppUser {
|
||||
string app_name = 1;
|
||||
string app_id = 2;
|
||||
string user_identifier = 3;
|
||||
string nostr_pub = 4;
|
||||
|
||||
}
|
||||
message BanUserResponse {
|
||||
int64 balance_sats = 1;
|
||||
repeated BannedAppUser banned_app_users = 2;
|
||||
}
|
||||
|
||||
message AddAppRequest {
|
||||
string name = 1;
|
||||
bool allow_user_creation = 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue