Skip to content

Commit

Permalink
Make availablePeopleSlots a long
Browse files Browse the repository at this point in the history
Fixes #116
  • Loading branch information
rtm516 committed Aug 7, 2024
1 parent 11a05d4 commit f3c8175
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public record SocialSummaryResponse(
boolean hasCallerMarkedTargetAsFavorite,
boolean hasCallerMarkedTargetAsKnown,
String legacyFriendStatus,
int availablePeopleSlots,
long availablePeopleSlots,
int recentChangeCount,
String watermark
) {
Expand Down

0 comments on commit f3c8175

Please sign in to comment.