Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Stop parsing FriendshipStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Nov 19, 2023
1 parent ebb3942 commit e9e7be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mauigpapi/types/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class BaseResponseUser(UserIdentifier, SerializableAttrs):
# TODO enum? only present for self
reel_auto_archive: Optional[str] = None
# Only present for not-self
friendship_status: Optional[FriendshipStatus] = None
# friendship_status: Optional[FriendshipStatus] = None
# Not exactly sure when this is present
latest_reel_media: Optional[int] = None
has_highlight_reels: bool = False
Expand Down

0 comments on commit e9e7be1

Please sign in to comment.