-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
Fixed Profile Page #1306
Fixed Profile Page #1306
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you tushar-daiya! for creating this pull request and contributing to Dummygram! 💗
The maintainers will review this Pull Request and provide feedback as soon as possible! 😇
We appreciate your patience and contribution, Keep up the great work! 😀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi there tushar-daiya!, congratulations on your first pull request :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me!
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Thanks for a spot on fix! Btw I just found, if we logout and login from different account, old account's data persists until we exit session or something. To confirm this, you can try to view your profile and you'd be redirected to the old login's username. |
Yes I am also facing the issue. Can i try fixing that? |
Sure, that'd be great! :) |
Fixes #1297
This issue was caused due to a change in character case of Friends to friends. The old accounts have an attribute Friends while the new one have friends with a small f. So when setting user data it was causing error to fetch newer accounts data.
Now the issue is fixed.