Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing resolve for purchase receipt
## Reproduce 1. F5 to clear resolve cache. 2. Navigate to a channel that you have purchased something from. 3. Click on the claim that you know you have purchased. The app still asks you to purchase it. ## Root We used to always call `resolve + include_purchase_receipt` when entering a File Page. The embed/hoc refactoring skips that if the claim is already in cache, but that claim was resolved without `include_purchase_receipt` from step 2's search. ## Change Retain existing optimization, but also double-check if the claim requires a fee. If yes, then re-fetch if we don't have the purchase receipt info.
- Loading branch information