From 4b4a6098328dbbfad8841001ba2bf87b1486a7fa Mon Sep 17 00:00:00 2001 From: Kevin Szuchet Date: Tue, 28 Jan 2025 20:02:43 -0300 Subject: [PATCH] feat: Add None Friendship Status --- proto/decentraland/social_service/v2/social_service_v2.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/decentraland/social_service/v2/social_service_v2.proto b/proto/decentraland/social_service/v2/social_service_v2.proto index ebd5acee..ca9a466f 100644 --- a/proto/decentraland/social_service/v2/social_service_v2.proto +++ b/proto/decentraland/social_service/v2/social_service_v2.proto @@ -141,6 +141,7 @@ enum FriendshipStatus { REJECTED = 4; DELETED = 5; BLOCKED = 6; + NONE = 7; } message GetFriendshipStatusResponse {