appwrite / .github

BSD 3-Clause "New" or "Revised" License
16 stars 11 forks source link

How to get Posts created by users #64

Closed zionnite closed 1 year ago

zionnite commented 1 year ago

💭 Description

Currently working with Appwrite, and I'm trying to simulate my app to Twitter App where users can follow and unfollow each other.

At the moment, users can create tweet, like tweet, comment on tweet, follow and unfollow each other but I want to be able to fetched tweet of users I'm following, I don't want to pull all the tweets to the user, only the person they are following.

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?

joeyouss commented 1 year ago

Closing this issue in favor of https://github.com/appwrite/appwrite/discussions/6044