This commit is contained in:
Mothana 2024-07-23 22:23:01 +04:00
parent e2c20eb9ac
commit 9645ac7337
11 changed files with 4849 additions and 4898 deletions

View file

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