OdyseeTeam / odysee-ios

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

Support default channel #371

Closed tzarebczan closed 1 year ago

tzarebczan commented 1 year ago

        "settings": {
          "active_channel_claim": "cb7ea953be131d156a780ff400414a187123e589",```

Support both getting and setting via preferences
ktprograms commented 1 year ago

Is active_channel_claim where the default channel is? On the android app it seems to be using the default_channel_name key from AccountManager.getUserData

tzarebczan commented 1 year ago

yep, we have it stored in the wallet data (preferences), so it should get/set using that.