OdyseeTeam / odysee-ios

The Odysee iOS app with wallet functionality.
MIT License
67 stars 22 forks source link

file view: fix referer and getting transcoded url for members only #411

Closed ktprograms closed 1 year ago

ktprograms commented 1 year ago

Use URLComponents for creating transcoded URL instead of messy string substitutions that weren't removing the query params for members only content. This was causing the code to generate URLs with query params in the domain.

Oops, forgot this: Fix: #410

tzarebczan commented 1 year ago

Let's please get this shipped