lbry-desktop/ui/page/show
infinite-persistence 7e65062613 Skip 'include_is_my_output' for Incognito
Ticket: 1180

I believe the original intention was "if a claim was previously resolved, but without authentication (no `is_my_output` data), then resolve again with `include_is_my_output`"

Update to exclude that logic for Incognito.

## Aside
The check for `!canonicalUrl` is interesting:
- Are there claims that really don't have `canonical_url`?  If yes, would that end up in an infinite `resolve` loop?
2022-04-07 10:48:07 -04:00
..
index.js Skip 'include_is_my_output' for Incognito 2022-04-07 10:48:07 -04:00
view.jsx Skip 'include_is_my_output' for Incognito 2022-04-07 10:48:07 -04:00