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
get_voted() simply returns an array of objects that the user has voted on, but does not say how the user has voted. To get that info, I have to use both get_up_voted() and get_down_voted(). This results in an additional query. I think get_voted() should include how the user voted.
The text was updated successfully, but these errors were encountered:
get_voted() simply returns an array of objects that the user has voted on, but does not say how the user has voted. To get that info, I have to use both get_up_voted() and get_down_voted(). This results in an additional query. I think get_voted() should include how the user voted.
The text was updated successfully, but these errors were encountered: