TheAlphamerc / flutter_twitter_clone

Fully functional Twitter clone built in flutter framework using Firebase realtime database and storage
MIT License
3.94k stars 1.1k forks source link

if a user comment on a tweet it displays as a new tweet. how can i stop this ? #261

Closed otukpere closed 2 years ago

otukpere commented 2 years ago

if a user comment on a tweet it displays as a new tweet. how can i stop this ?

TheAlphamerc commented 2 years ago

On your home timeline you won't see comments of other users.

TheAlphamerc commented 2 years ago

There is another issue same as this. Check it here -> https://github.com/TheAlphamerc/flutter_twitter_clone/issues/221