You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! This is more of a question / feature request.. Is it possible to fetch user info like username, image_url and stuff like that in the getWatchListFromUser()? So it can be:
username: 'exampleUsername',image_url: 'somelink',otherStuff: 'As many as you want'
data: [/* This array contains the usual return */]
If that's not possible can we have a getUser or add a functionality to search for users in the search function.. I don't mind any work arounds and whatever you find suitable.
The way I use getWatchListFromUser is that people can see each other's lists but I cannot display their avatar and info upon fetching the list. I can only show the data.
Thank you in advance, I'm a huge fan of the work btw. Much love
The text was updated successfully, but these errors were encountered:
Hey! This is more of a question / feature request.. Is it possible to fetch user info like
username
,image_url
and stuff like that in the getWatchListFromUser()? So it can be:If that's not possible can we have a
getUser
or add a functionality to search for users in thesearch
function.. I don't mind any work arounds and whatever you find suitable.The way I use getWatchListFromUser is that people can see each other's lists but I cannot display their avatar and info upon fetching the list. I can only show the data.
Thank you in advance, I'm a huge fan of the work btw. Much love
The text was updated successfully, but these errors were encountered: