odysee-ios icon indicating copy to clipboard operation
odysee-ios copied to clipboard

Support default channel

Open tzarebczan opened this issue 1 year ago • 2 comments

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

Support both getting and setting via preferences

tzarebczan avatar Aug 09 '22 14:08 tzarebczan

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

ktprograms avatar Sep 20 '22 03:09 ktprograms

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

tzarebczan avatar Sep 20 '22 03:09 tzarebczan