lbry-android icon indicating copy to clipboard operation
lbry-android copied to clipboard

sync notification settings to wallet when enabling/disabling

Open tzarebczan opened this issue 4 years ago • 3 comments

See details in https://github.com/lbryio/lbry-desktop/issues/4762

Need to coordinate with App team for the wallet data portion.

tzarebczan avatar Sep 14 '20 18:09 tzarebczan

The first bit is done. Need to implement the wallet sync part.

akinwale avatar Oct 16 '20 05:10 akinwale

This coupled with https://github.com/lbryio/lbry-android/issues/1137 makes the data get out of sync initially.

Also gets out of sync anyone someone unsubs.

tzarebczan avatar Feb 22 '21 19:02 tzarebczan

Please reference the app code which moves this into a new key on initial load, and then stores as:

       "following": [
          {
            "notificationsDisabled": true,
            "uri": "lbry://@ProjectVeritas#77d755bdea99da055391e90a0adc6b5bbeefa0bd"
          },
          {
            "notificationsDisabled": true,
            "uri": "lbry://@iamlucid#e74c3159aaace29a29c7ccd722b2d8ecd6815a83"
          },
          {

tzarebczan avatar Feb 22 '21 19:02 tzarebczan