cuappdev / resell-backend

An open-sourced backend service for Resell.
MIT License
3 stars 0 forks source link

Issue of people seeing own posts across all the search routes #60

Open akmatchev opened 1 year ago

akmatchev commented 1 year ago

In every search route users are able to see their own posts. Simply checking the post.user != user.id in the query builder does not work because there would need to be a user variable parameter passed into each search method in order for that to work.