-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Expected behavior
"Since you are on a free plan, you'll see limited events in your activity" footer is displayed only for users who are on a free plan and haven't purchased Backup product.
Actual behavior
The footer is displayed for all users with a free plan no matter if they have purchased the backup product.
Note
The check if the user has purchased backup plan is used here - it's asynchronous and not cached. We plan to fetch jetpack capabilities on My Site screen and cache the result - we might want to delay this ticket and use the cached value so we don't need to deal with asynchronicity when building the list of events. This is now ready to be worked on.
Steps to reproduce the behavior
- Select a site on a free plan on which the backup product has been purchased
- Open Activity Log
- Scroll to the bottom
- Notice the footer is shown
designsimply