fixes
This commit is contained in:
parent
e2c20eb9ac
commit
9645ac7337
11 changed files with 4849 additions and 4898 deletions
|
|
@ -232,7 +232,7 @@ service LightningPub {
|
|||
option (nostr) = true;
|
||||
}
|
||||
|
||||
rpc UseInviteLink(structs.UseInviteLinkRequest) returns (structs.UseInviteLinkResponse) {
|
||||
rpc UseInviteLink(structs.UseInviteLinkRequest) returns (structs.Empty) {
|
||||
option (auth_type) = "GuestWithPub";
|
||||
option (http_method) = "post";
|
||||
option (http_route) = "/api/guest/invite";
|
||||
|
|
|
|||
|
|
@ -467,9 +467,6 @@ message UseInviteLinkRequest {
|
|||
string invite_token = 1;
|
||||
}
|
||||
|
||||
message UseInviteLinkResponse {
|
||||
string nostr_secret = 1;
|
||||
}
|
||||
|
||||
message GetInviteTokenStateRequest {
|
||||
string invite_token = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue