Fix missing and broken "Follow" button on reposts #7056

Merged
infinite-persistence merged 1 commit from ip/repost.follow into master 2021-09-10 17:01:12 +02:00
infinite-persistence commented 2021-09-10 16:13:33 +02:00 (Migrated from github.com)

Closes #6776 Missing follow button on channel reposts

Issue Fix
Missing "follow" button For reposts, parseURI will fail to determine if it's a channel because the URL doesn't have enough info. Determine from the claim object instead.
"follow" button not working in Channel Page The repost uri doesn't link back to the source channel, so we'll need to handle it by obtaining it from the claim object.
Closes [#6776 Missing follow button on channel reposts](https://github.com/lbryio/lbry-desktop/issues/6776) | Issue | Fix | | ------------- | ------------- | | Missing "follow" button | For reposts, `parseURI` will fail to determine if it's a channel because the URL doesn't have enough info. Determine from the claim object instead. | | "follow" button not working in Channel Page | The repost uri doesn't link back to the source channel, so we'll need to handle it by obtaining it from the claim object. |
tzarebczan (Migrated from github.com) reviewed 2021-09-10 16:13:33 +02:00
tzarebczan commented 2021-09-10 17:01:20 +02:00 (Migrated from github.com)

Awesome, thank you!

Awesome, thank you!
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#7056
No description provided.