ecency / ecency-mobile

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

passing access token as param to announcement query if available #2868

Closed noumantahir closed 2 months ago

noumantahir commented 2 months ago

What does this PR?

Passes accessToken as code in params to get announcements request, if user is logged out app will not send access token.

I believe this holds more value in comparison to exclusively checking proposal votes for announcement locally, this approach can serve as a base for sending custom announcements for particular user later on as well.

Let me know if I should still handle proposal votes checking for showing or not showing announcement locally

Screenshots/Video

With Access Token

Screenshot 2024-04-29 at 18 33 52

Without Access Token

Screenshot 2024-04-29 at 18 51 46