Skip to content

Commit ce82cd3

Browse files
committed
feat: New FriendshipStatus BlockedBy
1 parent 2f05265 commit ce82cd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: proto/decentraland/social_service/v2/social_service_v2.proto

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ enum FriendshipStatus {
150150
DELETED = 5;
151151
BLOCKED = 6;
152152
NONE = 7;
153+
BLOCKED_BY = 8;
153154
}
154155

155156
message GetFriendshipStatusResponse {

0 commit comments

Comments
 (0)