Skip to content

Commit

Permalink
Change service name
Browse files Browse the repository at this point in the history
  • Loading branch information
agusaldasoro committed Sep 26, 2023
1 parent 03c2437 commit de15c10
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions proto/decentraland/social/friendships_v2/friendships_v2.proto
Original file line number Diff line number Diff line change
Expand Up @@ -170,29 +170,10 @@ message SubscribeFriendshipEventsUpdatesResponse {
}
}

message LoginPayload {
string auth_chain = 1;
string address = 2;
string timestamp = 3;
}

message WelcomeMessage {
}

message LoginResponse {
oneof response {
UnauthorizedError unauthorized_error = 1;
WelcomeMessage welcome_message = 2;
}
}

message Empty {}

service FriendshipsServiceV2 {

// Login the connection, this message needs to be the first one to send so the conection can be authenticated
rpc Login(LoginPayload) returns (LoginResponse) {}

// Message to set your position
rpc PositionHeartbeat(PositionPayload) returns (PositionResponse) {}

Expand Down

0 comments on commit de15c10

Please sign in to comment.