Skip to content

Commit

Permalink
chore: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinszuchet committed Jan 16, 2025
1 parent cd892cb commit f105966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions proto/decentraland/social_service/v1/social_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ message SubscribeFriendshipEventsUpdatesResponse {
}
}

// @deprecated, only available for old explorer compatibility
service FriendshipsService {
// Get the list of friends for the authenticated user
rpc GetFriends(Payload) returns (stream UsersResponse) {}
Expand Down
2 changes: 1 addition & 1 deletion proto/decentraland/social_service/v2/social_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ message FriendshipUpdate {
}
}

// @deprecated
// @deprecated, used for initial migration without Matrix
service SocialService {
// Get the list of friends for the authenticated user
rpc GetFriends(google.protobuf.Empty) returns (stream UsersResponse) {}
Expand Down

0 comments on commit f105966

Please sign in to comment.