Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add user image to tweet comments #169

Closed
robertcoopercode opened this issue Oct 19, 2017 · 1 comment
Closed

Add user image to tweet comments #169

robertcoopercode opened this issue Oct 19, 2017 · 1 comment
Assignees

Comments

@robertcoopercode
Copy link
Collaborator

robertcoopercode commented Oct 19, 2017

Tweets show the user profile picture, hence it also makes sense for the coments to the show the user image as well.

@vinitkumar
Copy link
Owner

There is a trick involved here. We need to add a new field in the tweet schema to accommodate the commenterPicture. But without doing the migration for all the tweets, it is not possible to get the images. So for all new tweets picture will be created. For old once, we show a placeholder image for consistency sake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants