Skip to content

Commit

Permalink
feat: Add None Friendship Status
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinszuchet committed Jan 28, 2025
1 parent 6262c90 commit 4b4a609
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ enum FriendshipStatus {
REJECTED = 4;
DELETED = 5;
BLOCKED = 6;
NONE = 7;
}

message GetFriendshipStatusResponse {
Expand Down

0 comments on commit 4b4a609

Please sign in to comment.