OdyseeTeam / odysee-ios

The Odysee iOS app with wallet functionality.
MIT License
69 stars 21 forks source link

Handle odysee.com links, Use LbryUri isChannelUrl which has correct logic #288

Closed ktprograms closed 2 years ago

ktprograms commented 2 years ago

Changes made

Use isChannel property from LbryUri to determine if is channel

The logic in isChannelUrl() is broken (due to boolean or-ing if it starts with @, which also applies to URLs that start with a channel), so remove it and just use the isChannel property which is set correctly.

Handle odysee.com links