Add "is_following" in user_info return data. #1614
Closed
tajbowness
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If currently not following a user.
{
'pk': '1822594644',
'username': 'chrishemsworth',
'full_name': 'Chris Hemsworth',
'is_private': False,
'is_following': False,
...
}
Beta Was this translation helpful? Give feedback.
All reactions