ecency / ecency-mobile

Ecency Mobile - reimagined social blogging, contribute and get rewarded (for Android and iOS)
https://ecency.com
MIT License
235 stars 72 forks source link

Nt/comment load fix #2622

Closed noumantahir closed 1 year ago

noumantahir commented 1 year ago

What does this PR?

fixes discussion fetch failure issue on post screen navigate.

Where should the reviewer start?

Bug was not happening on every navigate, on first post details navigate if post content was not yet loaded comments would fails to fetch, subsequent navigate was showing comments being loaded as post content was already in cache. permlink was being used from post content fetch response for loading comments.