mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 04:57:23 +00:00
following users page
This commit is contained in:
@@ -340,5 +340,5 @@ class UserPreview {
|
||||
account = json['account'],
|
||||
avatar = json['profile_image_urls']['medium'],
|
||||
isFollowed = json['is_followed'],
|
||||
isBlocking = json['is_access_blocking_user'];
|
||||
isBlocking = json['is_access_blocking_user'] ?? false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user