Just trying to do a social media app. I have different tables like users, posts (with relationship on users), comments. In my home screen it shows all posts but also mine and I would like to filter to have other posts. The thing is I don’t have (and I don’t want) friends feature. So the filter should be something like “posts>users>not me” but I can’t find it out.
Just another question, is there a way to not display the image if there is none in the database? For now the space for the image is still there :
Thanks a lot!!