Skip to content

Commit

Permalink
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vrchat_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## NEXT
- Updates `CurrentUser.toUser` to handle new fields on `User`

## 3.5.3
- Tighten dependency constraints

1 change: 1 addition & 0 deletions vrchat_dart/lib/src/convenience/user_extensions.dart
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ extension CurrentUserExtension on CurrentUser {
final currentUserJson = toJson();
currentUserJson['friendRequestStatus'] = '';
currentUserJson['last_activity'] = '';
currentUserJson['platform'] = '';
return User.fromJson(currentUserJson);
}

0 comments on commit 17e79c1

Please sign in to comment.